What problem does it solve?
This Skill automates the validation of a software change against its acceptance criteria and design artifacts, ensuring alignment before approval.
Core Features & Use Cases
- Input validation: Verifies that the task includes an id, title, acceptance criteria, and an implementation reference; checks required paths like technical_design and adr exist.
-
- Consistency checks: Ensures every acceptance criterion has an associated test and that tests actually validate the criterion.
- Audit-ready decisions: Produces a structured APPROVED or REJECTED decision with file/line references and rationale for each criterion.
Quick Start
Call the Review Skill with a task object describing the feature change, supply the implementation commit and changed files, and reference the TECHNICAL_DESIGN.md and ADR.md. The agent will return a clear verdict and actionable feedback.