skill-review

Solid

Review and promote skill drafts that skill-curator staged from past sessions. Use when the user runs /skill-review, says "review my skill drafts", "promote a staged skill", or asks what skills the self-improvement loop proposed. Lists drafts under ~/.claude/skill-proposals/, runs the writing-skills quality bar on each, then promotes the approved ones into ~/.claude/skills/ or rejects them.

Code & Development 8 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# skill-review (the promote gate) skill-curator's background reviewer stages skill drafts under `~/.claude/skill-proposals/`. It NEVER writes `~/.claude/skills/`. This skill is the human gate that promotes a vetted draft into the live library. `bin/skill-review` (from `lib/skill-curator/`, put it on PATH or invoke by its full path) is the only writer of `~/.claude/skills/`. ## Flow 1. **List** the staged drafts: ```bash skill-review list # tab-separated: <slug>\t<description> ``` If "(no staged drafts)", stop and say so. 2. **For each draft**, read `~/.claude/skill-proposals/<slug>/SKILL.md` and vet it. **Run the `superpowers:writing-skills` checklist** (this skill does NOT reimplement it , delegate): - Is the name class-level (not a PR number, error string, codename, or today-only artifact)? - Is the `description` a real trigger (what class of task + when), so a future agent matches it? - Is it a genuine reusable pattern, or environment-dependent / a complaint that will rot into a refusal? Drop the latter. - **Secret scan**: confirm no token / key / credential is in the body. `promote` also refuses a draft that still contains one, but check first. - Would this be better as a PATCH to an existing umbrella, or a `references/` add, than a new skill? If so, reject and patch by hand. 3. **Decide per draft** (always show the user the draft and your read before acting): - Approve -> `skill-review promote <slug>` (moves it in...

Details

Author
dwarvesf
Repository
dwarvesf/dwarves-kit
Created
4 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-creator

Author, audit and iterate on Claude skills - write a new SKILL.md from scratch, restructure or trim an existing one, and measure whether it actually works. Use when the user wants to create a skill, turn a workflow they just did into a skill, edit or improve an existing skill, fix a skill's frontmatter or description, run evals against a skill, benchmark a skill against a no-skill baseline, or optimize a description so it fires at the right time and not the wrong one. Also use when a skill needs validating before it ships - frontmatter key allowlist, the 1024-character description cap, ASCII, referenced-path existence. Not for acquiring or installing a skill from a repo or URL, or porting an already-authored skill between platforms - that is install-skill.

1 Updated today
M4NUSH7
DevOps & Infrastructure Solid

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

6 Updated 5 days ago
anmolnagpal
Code & Development Listed

skill-review

Reviews a Claude Code skill against spec/claude/skill-management/ and spec/claude/skill-vs-agent/, and emit an actionable review plan per spec/claude/review-plan/ under .audits/skill-review/ keyed by the target skill's name. Invoke when the user asks "review this skill", "audit a specific skill folder", "check whether this skill is spec-compliant", or "skill review for a specific skill". Also handles closing an existing review plan once every item is addressed — "close the skill review plan for a specific skill". Also handles equivalent German-language requests. Do NOT use for agent review (use `agent-review`) or for pull-request-level review (`review` skill). Supports resume on re-invocation per `spec/claude/resumable-work/`.

0 Updated today
nolte