From reviewer-extras
This skill should be used when the user asks to "review CLAUDE.md", "check CLAUDE.md quality", "audit project context files", "review AGENTS.md". Review CLAUDE.md and project context files for quality, structure, and inter-file relationships.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reviewer-extras:review-claude-mdThis 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 CLAUDE.md and project context files for quality, structure, and inter-file relationships.
Review CLAUDE.md and project context files for quality, structure, and inter-file relationships.
Input: $ARGUMENTS - file paths or directory to scope the review. If no argument, review the current working directory.
This skill requires two other plugins to be installed and enabled:
| Plugin | Required for |
|---|---|
reviewer | reviewer-framework skill - output format, severity levels, confidence scoring |
claude-md-management | claude-md-improver skill - CLAUDE.md quality rubric |
/reviewer-extras:review-claude-md src/ - review context files in the src directory/reviewer-extras:review-claude-md path/to/file - review a specific context fileDetermine scope from $ARGUMENTS
Discover context files - search on disk for CLAUDE.md, .claude.md, .claude.local.md, and AGENTS.md within scope
Load skills - load the following skills:
reviewer:reviewer-framework for output format, severity definitions, and confidence scoringclaude-md-management:claude-md-improver for the CLAUDE.md quality rubricIf either skill fails to load, stop and report a single finding:
[CRITICAL] Setup: reviewer-extras plugin dependencies are not installed (confidence: 99)
Details: At least one required dependency is not installed. Ensure both `reviewer@teja-skills` and `claude-md-management@claude-plugins-official` are enabled in settings.json.
Apply review rules - dedupe, classify, score primaries, assess secondaries, and check relationship health per the rules above
Verify findings - use Grep/Read to confirm issues rather than guessing
Report findings using the reviewer-framework output format
npx claudepluginhub tvishwanadha/skills --plugin reviewer-extrasCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.