Skill1.3k repo starsupdated today
spk-gate-mission-review
This skill performs a comprehensive post-merge review of Spec Kitty missions, comparing specifications against implemented code to verify fidelity, trace functional requirement coverage, and identify gaps in testing or security. Use it after code merges or when requested to validate that delivered work matches requirements and flag any drift, missing tests, or follow-up issues before finalizing the mission verdict.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-gate-mission-review && cp -r /tmp/spk-gate-mission-review/src/doctrine/skills/spk-gate-mission-review ~/.claude/skills/spk-gate-mission-reviewThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# spk-gate-mission-review Use this skill after a mission has merged or when the user asks for a mission review. ## Flow 1. Compare spec, plan, tasks, WPs, reviews, and merged code. 2. Trace functional requirements to implementation evidence. 3. Identify drift, missing tests, security concerns, and follow-up issues. 4. Produce a final verdict and record follow-ups. ## Legacy Alias For detailed review mechanics, use `spec-kitty-mission-review` when available.