From reviewer
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reviewer:review-documentationThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review documentation for accuracy, completeness, structure, 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
npx claudepluginhub tvishwanadha/skills --plugin reviewerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.