What problem does it solve?
This Skill prevents shipping broken or insecure software by verifying that the build actually satisfies the acceptance criteria, tests, and deployment readiness requirements.
Core Features & Use Cases
- Acceptance-criteria verification: Reads scope, design, and readiness artifacts and validates each AC with concrete evidence.
- Test quality auditing: Ensures tests are non-vacuous, meaningfully assert real properties, and preserve AC traceability.
- Security and deployment checks: Searches for secret patterns and performs baseline security sanity checks while confirming deployment configuration exists and matches the target.
- Optional performance/load validation: When criteria include latency/throughput requirements, validates behavior under concurrent load.
Quick Start
Ask the agent to run the Verify phase by checking tests, validating every AC-* with recorded command output, and performing the security and deployment readiness checks for your build.