skill-reviewer
Installation
SKILL.md
Skill Reviewer
Read-only static audit of any skill against skill-creator writing standards. Evaluates 17 dimensions — body size, progressive disclosure, redundancy, instruction style, description triggering, reference health, safety patterns, and more — and produces a diagnostic report without modifying any files.
The audit criteria come from skill-creator's own guidelines — this skill doesn't invent new rules, it enforces the existing ones.
When to Use
- "Review this skill", "audit skill quality", "skill health check"
- Check if a skill follows skill-creator best practices
- Before publishing or sharing a skill
- After major edits to a skill, as a quality gate
- Diagnosing why a skill triggers poorly or feels bloated
- Feeding results into skill-optimizer for automated refactoring
/skill-reviewer <path-to-skill-directory> [--dimensions N,N,...]
Accepts either a skill directory path or a direct path to a SKILL.md file.
--dimensions: Run only the specified dimensions (comma-separated numbers, e.g., --dimensions 5,6,9). Useful for targeted checks after editing a specific aspect. Default: all 17 dimensions.