This skill should be used when the user asks to "review docs", "check README accuracy", "audit documentation", or "review API docs". Review documentation for accuracy, completeness, and quality.
Review documentation for accuracy, completeness, structure, and quality.
Input: $ARGUMENTS - file paths or directory to scope the review. If no argument, review documentation files in the current working directory. Diff-scoping is handled by the orchestrator (self-review), which resolves diffs to file lists before invoking this skill.
/reviewer:review-documentation docs/ - review docs in a directory/reviewer:review-documentation README.md CHANGELOG.md - review specific doc filesTry to load the skill local-review-documentation.
Read the default rules from references/default-documentation.md.
Determine scope from $ARGUMENTS
Read target documentation and understand what it describes
Load skills - load reviewer:reviewer-framework for output format, severity definitions, and confidence scoring
Cross-reference with code - search the codebase to verify that documented features, APIs, file paths, and examples match the actual codebase
Apply loaded review rules - check each rule from the loaded guidance (defaults, local, or combined)
Report findings using the reviewer-framework output format