skill-review
Systematic 9-phase audit for claude-skills covering standards, docs verification, code accuracy, and version drift.
- Validates YAML structure, keywords, third-person style, and directory organization against skill standards
- Verifies API patterns, imports, and code examples against official documentation, GitHub repos, and npm packages
- Cross-checks consistency between SKILL.md and README.md, detects stale dependencies (>90 days), and identifies breaking changes
- Categorizes issues by severity (Critical/High/Medium/Low) with evidence links, auto-fixes unambiguous problems, and bumps versions appropriately
- Prevents 10 common issues including fake API adapters, outdated method signatures, schema inconsistencies, and broken links
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
- Pre-Review: Install skill, check version/date, test discovery
- Standards: Validate YAML, keywords, third-person style, directory structure
- Official Docs: WebFetch/Context7 verify API patterns, GitHub updates, npm versions, production repos
- Code Examples: Verify imports exist, API signatures match, schema consistency, templates work
- Cross-File Consistency: Compare SKILL.md vs README.md, bundled resources match files
- Dependencies: Run
./scripts/check-versions.sh, check breaking changes, verify "Last Verified" - Categorize: Severity (🔴 Critical / 🟡 High / 🟠Medium / 🟢 Low) with evidence (GitHub/docs/npm)
More from jezweb/claude-skills
tailwind-v4-shadcn
|
2.7Ktanstack-query
|
2.5Kshadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
2.5Ktailwind-theme-builder
>
2.2Kfastapi
|
2.0Kcolor-palette
>
1.9K