skill-review
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
More from hiroro-work/claude-plugins
security-scanner
Scan installed plugins and skills for security risks including malicious code AND malicious natural language instructions. Use /security-scanner to audit before installation.
60ask-codex
Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
40ask-claude
Asks Claude CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
25extract-rules
Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Use when onboarding a new project, after code review discussions about coding style, or when coding conventions need documenting. Also consider running after sessions where coding preferences were discussed or corrected (--from-conversation), or after PRs with significant review feedback (--from-pr).
22ask-gemini
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
21ask-copilot
Asks Copilot CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
20