What problem does it solve?
This Skill eliminates uncertainty and hidden scope changes by performing a task-local adversarial review that verifies implementations are real, complete, confined to the approved boundary, aligned with referenced requirements and design sections, and supported by mechanical verification evidence.
Core Features & Use Cases
- Mechanical Verification: Run git diffs, the project's test suite, lint/static checks, and targeted greps for TODO/PLACEHOLDER markers and secrets to produce objective pass/fail signals.
- Boundary & Specification Audit: Map changed files to the task Boundary: and referenced sections in requirements.md and design.md to detect spillover, hidden coupling, or silent design substitutions.
- Use Case: Use right after an implementer marks READY_FOR_REVIEW to confirm tests, RED-phase evidence, and boundary respect before accepting the task or escalating for remediation.
Quick Start
Run kiro-review on TASK-ID with the task text, diffs, requirements.md, design.md, the implementer's status report, and any validation commands for verification.