What problem does it solve?
Skill review automates auditing a Claude skill folder to ensure it is well-formed, correctly routable, and compliant with Anthropic’s Complete Guide to Building Skills for Claude.
Core Features & Use Cases
- Audits the target skill’s SKILL.md frontmatter and body structure, including naming, description quality, triggers, and progressive disclosure.
- Checks the entire skill directory for layout and integrity issues, including invalid/misnamed files, stray artifacts, and broken internal reference links.
- Produces a severity-tagged report with concrete fix suggestions (BLOCK/HIGH/MED/LOW/NIT) suitable for publishing readiness review.
- Use cases: validating a new skill submission, verifying routing behavior before upload, and improving consistency with the authoring guide.
- Not intended for PR code review; use the repository’s PR review skills for that.
Quick Start
Use the command /skill-review and provide the skill folder path you want audited (or use /skill-review with no args to be prompted).