Doc Review banner
dgriffith dgriffith

Doc Review

Documentation community

Description

--- name: doc-review description: Analyze documentation needs and create a documentation improvement plan pattern: /doc-review(?:\s+(.+))? --- Using @agent-code-documentor prepare a documentation review report. You must analyze the documentation needs of the codebase and create a comprehensive plan WITHOUT making any changes. ## Input Parsing The user invoked: /doc-review {optional_scope} Valid scopes: - **No argument**: Analyze the entire project - **File/directory path**: Scope analysis to

Installation

Installs to ~/.claude/skills/dgriffith-bad-daves-robot-army-doc-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dgriffith-bad-daves-robot-army-doc-review && curl -fsSL https://raw.githubusercontent.com/dgriffith/bad-daves-robot-army/HEAD/commands/doc-review.md -o ~/.claude/skills/dgriffith-bad-daves-robot-army-doc-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