Docs Review banner
keithdv keithdv

Docs Review

Documentation community

Description

--- name: docs-review description: Review documentation for accuracy and completeness using the docs-writer agent argument-hint: "[filepath|all] - review one file or all docs" allowed-tools: ["Glob", "Grep", "Read", "Task", "Bash", "TaskCreate", "TaskUpdate", "TaskList", "AskUserQuestion"] --- Review documentation for accuracy, completeness, and API synchronization. ## Instructions 1. **Determine scope**: If argument is a specific file, review that file. If argument is "all" or empty, review

Installation

Installs to ~/.claude/skills/keithdv-claudeskills-docs-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/keithdv-claudeskills-docs-review && curl -fsSL https://raw.githubusercontent.com/keithdv/ClaudeSkills/HEAD/commands/docs-review.md -o ~/.claude/skills/keithdv-claudeskills-docs-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository