Skip to content
Development
Skill

/spk-run-review-wp

Review a Spec Kitty work package through the runtime review surface and approve or reject with structured feedback.

From plugin
spec-kitty
1.6k55 skills1 command
Install
$ npx -y skills add Priivacy-ai/spec-kitty --skill spk-run-review-wp --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/spk-run-review-wp

Context preview

The summary Claude sees to decide when to auto-load this skill.

Review a Spec Kitty work package through the runtime review surface and approve or reject with structured feedback.

SKILL.md

spk-run-review-wp.SKILL.md
name: spk-run-review-wp
description: "Review a Spec Kitty work package through the runtime review surface and approve or reject with structured feedback."

spk-run-review-wp

Use this skill when the user asks to review a WP, approve/reject work, or operate the review workflow surface.

Flow

1. Claim or select the WP from the runtime/review output. 2. Compare implementation against WP scope, spec, plan, and acceptance checks. 3. Approve only when behavior and verification satisfy the WP. 4. Reject with concrete, actionable feedback and affected files or commands. 5. Let `spk-run-implement-review` continue the loop.

Recording the verdict

Capture the approve/reject decision through the deterministic event-log seam described in `spk-run-verdict-capture` — the `review_result` event in `status.events.jsonl` is the sole authority (the `review-cycle-N.md` render is non-authoritative). In practice: `spec-kitty agent tasks move-task <WP> --to approved` to approve, or `--to planned --review-feedback-file <f>` to reject. Never hand-edit the `.md` render to change a verdict.

Legacy Alias

For detailed review command behavior, use `spec-kitty-runtime-review` when available.

Ships withspec-kitty

Spec-Driven Development for serious software developers. Spec Coding with with Claude, Cursor, Gemini, Codex. Kanban dashboard, git worktrees, auto-merge and more.

Get the whole plugin

Other skills on spec-kitty.