What problem does it solve?
This Skill provides automated quality review for Claude Code SKILL.md files to ensure they meet official guidelines and help maintainers catch issues before release.
Core Features & Use Cases
- Frontmatter validation: verifies required fields (name and description) and checks constraints such as length, character set, and reserved words.
- Structure and references validation: ensures the directory layout matches marketplace guidelines and that referenced files exist if present.
- Body quality assessment: evaluates the SKILL.md body for length, the presence of examples, a clear workflow, and consistent terminology.
- Reference file verification: checks that referenced files exist at the expected paths (level-1 depth) when present.
- Safety and quality enforcement: flags potential prompt-injection or data-exfiltration concerns in instructions and content.
Quick Start
Run the review against a target SKILL.md path, e.g. .claude/skills/claude-skill-review/SKILL.md, to obtain a structured quality report.