Audit claude-skills with systematic 9-phase review: standards compliance, official docs verification, code accuracy, cross-file consistency, and version drift detection. Use when investigating skill issues, major updates detected, skill not verified >90 days, or before marketplace submission.
View on GitHubSelect agents to install to:
npx add-skill https://github.com/jezweb/claude-skills/blob/main/skills/skill-review/SKILL.md -a claude-code --skill skill-reviewInstallation paths:
.claude/skills/skill-review/# Skill Review Skill ## Process Invoke: `/review-skill <skill-name>` or use this skill when detecting outdated patterns **Production evidence**: better-auth audit (2025-11-08) - found 6 critical issues including non-existent API imports, removed 665 lines incorrect code, implemented v2.0.0 --- ## 9-Phase Audit 1. **Pre-Review**: Install skill, check version/date, test discovery 2. **Standards**: Validate YAML, keywords, third-person style, directory structure 3. **Official Docs**: WebFetch/Context7 verify API patterns, GitHub updates, npm versions, production repos 4. **Code Examples**: Verify imports exist, API signatures match, schema consistency, templates work 5. **Cross-File Consistency**: Compare SKILL.md vs README.md, bundled resources match files 6. **Dependencies**: Run `./scripts/check-versions.sh`, check breaking changes, verify "Last Verified" 7. **Categorize**: Severity (๐ด Critical / ๐ก High / ๐ Medium / ๐ข Low) with evidence (GitHub/docs/npm) 8. **Fix**: Auto-fix unambiguous, ask user for architectural, update all files, bump version 9. **Verify**: Test discovery, templates work, no contradictions, commit with changelog **Automated** (via `./scripts/review-skill.sh`): YAML syntax, package versions, broken links, TODOs, file org, staleness **Manual** (AI): API methods vs docs, GitHub issues, production comparisons, code correctness, schema consistency --- ## Severity Classification ๐ด **CRITICAL**: Non-existent API/imports, invalid config, missing dependencies ๐ก **HIGH**: Contradictory examples, inconsistent patterns, outdated major versions ๐ **MEDIUM**: Stale minors (>90d), missing docs sections, incomplete errors ๐ข **LOW**: Typos, formatting, missing optional metadata ## Fix Decision **Auto-fix**: Unambiguous (correct import from docs), clear evidence, no architectural impact **Ask user**: Multiple valid approaches, breaking changes, architectural choices ## Version Bumps - **Major** (v1โv2): API patterns change - **Minor** (v