spec-kitty-runtime-review

Solid

Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only repair requests, direct implementation work, editorial glossary maintenance, or runtime loop advancement.

Code & Development 1,281 stars 105 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# spec-kitty-runtime-review Operate the Spec Kitty review workflow surface: load review context, claim a work package, read the generated review prompt, and issue an approve or reject transition. ## When to Use This Skill - Claim a completed work package for review - Read the review prompt generated by the review workflow - Issue an approval or rejection with structured feedback ## Step 1: Load Review Context ```bash spec-kitty charter context --action review --json ``` The returned `text` contains governance context. The review prompt (generated in Step 2) includes project-specific acceptance criteria and review guidance from doctrine — do not restate those rules here. --- ## Step 2: Claim the Work Package ```bash # Claim a specific WP (or omit WP## to auto-select from for_review lane) spec-kitty agent action review WP## --agent <your-name> ``` This moves the WP from `for_review` to `doing` and prints the path to a generated review prompt file. Read that path from the command output. --- ## Step 3: Read the Review Prompt ```bash cat <prompt-file-path> ``` The review prompt contains: - Acceptance criteria for this specific WP - Git diff commands with the correct base branch (use those, not hardcoded `main`) - Dependency warnings if the WP has downstream dependents - WP isolation rules - Completion instructions (approve/reject commands) Follow the review prompt. It is the source of truth for what to check and how to check it. The review criteria come from doctr...

Details

Author
Priivacy-ai
Repository
Priivacy-ai/spec-kitty
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

spec-kitty.review

Review a work package implementation

1,281 Updated today
Priivacy-ai
AI & Automation Solid

spec-kitty-implement-review

Orchestrate the implement-review loop for Spec Kitty work packages using any configured agent. Covers agent dispatch, state transitions, rejection cycles, arbiter escalation, and dependency-aware sequencing across all 13 supported coding agents. Triggers: "implement and review WPs", "run the implement-review loop", "orchestrate WP implementation", "dispatch agents for WPs", "coordinate implement and review", "sprint through WPs". Does NOT handle: specify/plan/tasks phases, setup or repair, glossary maintenance, or direct code editing by the orchestrator.

1,281 Updated today
Priivacy-ai
Code & Development Listed

review-spec

Use after implementing tasks or mid-feature to verify code matches design docs and ensure they are in sync. Detects spec deviations, missing implementations, doc inconsistencies, and outdated docs in design and implementation documentation.

145 Updated today
serpro69
Code & Development Solid

spec-kitty-mission-review

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review", "is this mission releasable", "final review before tagging", "cross-WP coverage audit". Does NOT handle: per-WP review during implementation (use spec-kitty-runtime-review), implement-review loop orchestration (use spec-kitty-implement-review), setup or repair (use spec-kitty-setup-doctor), or glossary maintenance (use spec-kitty-glossary-context).

1,281 Updated today
Priivacy-ai
AI & Automation Solid

spec-kitty.implement

Execute a work package implementation

1,281 Updated today
Priivacy-ai