From skill-review
Reviews SKILL.md files against best practices with structured pass/fail reports, warnings, errors, and prioritized recommendations before publishing or deploying.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-review:skill-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reviews a `SKILL.md` against established best practices and outputs a structured pass/fail report with prioritized recommendations.
Reviews a SKILL.md against established best practices and outputs a structured pass/fail report with prioritized recommendations.
With explicit path: Use the provided path directly (supports both SKILL.md files and plugin directories).
Without path — search in this order:
./SKILL.md./plugins/*/skills/*/SKILL.mdSKILL.md and any files in references/ that it links toreferences/checklist.md — assign PASS ✅, WARNING ⚠️, or ERROR ❌Be educational, not just a linter — include a brief explanation of why each finding matters.
## Skill Review: [skill-name]
### Summary
**Status:** PASS / NEEDS WORK / FAIL
**Score:** N/N checks passed | N warnings | N errors
### ✅ Passed (N)
- [Check description]
- ...
### ⚠️ Warnings (N)
- **[Check name]**: [finding] — [brief explanation of why it matters]
- ...
### ❌ Errors (N)
- **[Check name]**: [finding] — [why it must be fixed before publishing]
- ...
### 📋 Prioritized Recommendations
1. [Most critical fix first]
2. ...
| Severity | Meaning |
|---|---|
| ❌ Error | Violates a spec requirement. Must fix before publishing. |
| ⚠️ Warning | Best practice violation. Should fix for quality. |
| ✅ Pass | Meets the standard. |
See references/checklist.md for all checks organized by category (frontmatter, description quality, naming, content, structure, scripts, plugin manifest).
npx claudepluginhub hamsurang/kit --plugin skill-reviewValidates SKILL.md files against the agentskills specification. Catches structural, semantic, and naming issues before publishing.
Reviews SKILL.md files against grimoire standards using a structured checklist, producing PASS/NEEDS-REVISION/REJECT verdicts with specific findings per criterion.
Validates SKILL.md files against the agentskills.io standard, checking YAML frontmatter, required sections, line count limits, procedure format, and registry sync. Use before merging new or modified skills.