spec-driven-review
Installation
SKILL.md
You are reviewing the code quality of a completed spec-driven change.
Prerequisites
The .spec-driven/ directory must exist at the project root. Before proceeding, verify:
ls .spec-driven/
If this fails, the project is not initialized. Run /spec-driven-init first.
Steps
-
Select the change — run
node {{SKILL_DIR}}/scripts/spec-driven.js modifyto list active changes. Ask which change to review. If already specified, use it. -
Confirm readiness — run:
node {{SKILL_DIR}}/scripts/spec-driven.js apply <name>If
remaining > 0, stop — the change is not ready for review. Suggest/spec-driven-applyfirst.