What problem does it solve?
This Skill detects integration problems that only appear when multiple implementation tasks are viewed together, ensuring completed tasks respect design boundaries, data contracts, and full-system requirements rather than only passing per-task checks.
Core Features & Use Cases
- Full-suite verification: Discovers canonical test and smoke commands and runs the repository-level test and boot checks to confirm runtime liveness.
- Cross-task contract checks: Maps task outputs to consuming tasks, flags data-shape mismatches, and audits boundary violations against the design.
- Coverage and hygiene scans: Greps for TODO/TBD/HACK and hardcoded secrets within feature boundaries and maps requirements.md sections to completed tasks.
- Use Case: After implementing a user-auth feature across multiple tasks, run this Skill to confirm tests, runtime boot, requirements coverage, and boundary integrity before GO.
Quick Start
Validate the feature user-auth with its completed tasks to run full integration checks and produce a GO/NO-GO remediation report.