Skill1.3k estrellas del repoactualizado 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.
Instalar en Claude Code
Copiargit 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-reviewDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
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.