Skill1.3k repo starsupdated today
spk-run-review-wp
The spk-run-review-wp skill evaluates Spec Kitty work packages against their defined scope, specifications, and acceptance criteria through a runtime review interface. Use this skill when reviewing completed work, approving implementations that meet requirements, or rejecting submissions with structured feedback tied to specific files or commands to guide remediation.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-run-review-wp && cp -r /tmp/spk-run-review-wp/src/doctrine/skills/spk-run-review-wp ~/.claude/skills/spk-run-review-wpThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# 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. ## Legacy Alias For detailed review command behavior, use `spec-kitty-runtime-review` when available.