What problem does it solve?
Review-issue eliminates the uncertainty of whether an implementation truly satisfies an enriched spec by running the project quality gate, verifying acceptance-criterion completeness, and recording any missing tests or coverage directly back into the issue.
Core Features & Use Cases
- Automated quality gate: Runs mix consistency and mix test, turning failures into actionable, line-cited flags.
- Spec-driven acceptance-criterion review: Scores each AC as PASS/FAIL/N/A based on the diff scope and (when required) test coverage or Lite-mode test-hints.
- Deterministic gap reporting: Writes missing gaps, coverage issues, and blocking quality flags into a structured marker block in the GitHub issue body for the next iteration.
Quick Start
Run the review skill after code-issue finishes to execute the quality gate, assess AC completeness against the enriched spec, and update the issue’s review-gaps marker block with any outstanding gaps.