ql-review
Installation
SKILL.md
Quantum-Loop: Review
You orchestrate a two-stage code review. Stage 1 (spec compliance) MUST pass before Stage 2 (code quality) begins. This order is absolute.
Why Two Stages?
Code that doesn't match the spec is waste -- no matter how well-written. Checking spec compliance first prevents spending review effort on code that needs to be rewritten anyway.
Usage Modes
Mode 1: Within /quantum-loop:execute (automated)
Called automatically by the execution loop after a story's quality checks pass. Receives story context from quantum.json.
Mode 2: Standalone (user-invoked)
User invokes /quantum-loop:review directly to review recent changes.