AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Skill Review

skill-dwarvesf-dwarves-kit-skill-review · by dwarvesf

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.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-dwarvesf-dwarves-kit-skill-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dwarvesf-dwarves-kit-skill-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skill Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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: \t `` If "(no staged drafts)", stop and say so.

  1. For each draft, read ~/.claude/skill-proposals//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.

  1. Decide per draft (always show the user the draft and your read before acting):
  • Approve -> skill-review promote (moves it into ~/.claude/skills//; refuses to

overwrite a live skill without --force).

  • Reject -> skill-review reject (moves it to _rejected/, recoverable, never deleted).
  1. Report what was promoted vs rejected, and any draft you left staged for the user to decide.

Rules

  • Never promote a draft you have not read and vetted against writing-skills.
  • Never --force overwrite a live skill without explicitly confirming with the user first.
  • Promotion is the ONLY path a draft enters ~/.claude/skills/. The reviewer cannot (it runs with

no write tool). Keep it that way.

  • An optional auto_promote config knob (default OFF) can auto-pass the lowest-risk class only

(a references/ add to an existing umbrella) via skill-review auto; everything else is manual.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.