Skill Review
Review uncommitted skill file changes against skill-creator best practices, then fix what needs fixing.
Process
- Detect changed skill files: run
git diff --name-onlyandgit diff --name-only --cachedto find uncommitted changes. Filter to files matchingskills/*/SKILL.md,skills/*/README.md,skills/*/references/*,.claude/skills/*/SKILL.md,.claude/skills/*/references/*. If no skill files changed, tell the user and stop - Read changed files: for each changed skill, read the full
SKILL.mdand any changedreferences/orREADME.md - Review via skill-creator: invoke
Skill(document-skills:skill-creator)asking it to review the changed skill files against best practices and propose improvements. Pass the file paths and the diff context so it can focus on what changed rather than auditing from scratch - Apply improvements: fix the issues skill-creator identified. For structural changes (extracting to
references/, significant rewrites), confirm with the user first - Verify: re-read changed files to confirm fixes landed correctly
Scope
- Only review files that have uncommitted changes — diff-scoped, not a full audit
- Project conventions (
.claude/rules/,CLAUDE.md) override best practices if they conflict - Don't chase perfection — fix real issues, note minor ones, move on