From skill-review
Reviews SKILL.md files against best practices with structured pass/fail reports, warnings, errors, and prioritized recommendations before publishing or deploying.
npx claudepluginhub hamsurang/kit --plugin skill-reviewThis skill uses the workspace's default tool permissions.
Reviews a `SKILL.md` against established best practices and outputs a structured pass/fail report with prioritized recommendations.
Validates SKILL.md files against agentskills spec and best practices. Catches structural, semantic, naming, and quality issues; provides scores, grades, and fix suggestions before publishing or debugging.
Audits Claude Code skills for compliance with SKILL-DEV-GUIDE.md: verifies directory structure, frontmatter format, line limits, flat subdirs, doc consistency, redundancy, configs, security basics, outputs, workflows, generating structured reports.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Share bugs, ideas, or general feedback.
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).