What problem does it solve?
This Skill provides a disciplined, repeatable process for verifying whether a runtime claim holds by executing tests or commands and returning a clear verdict backed by captured evidence. It prevents ambiguous "looks right" answers by insisting on concrete commands, exit codes, output, and suite statistics so stakeholders get an objective result.
Core Features & Use Cases
- Automated Verification Flow: Define the claim, scope the verification, select the correct execution lane, run the tests or commands, and produce a standardized Verification Report.
- Pre-flight and Safety Checks: Validates infra requirements and refuses to start servers or mutate shared state; instructs users exactly what must be running before verification.
- Evidence-first Reporting: Produces a structured report with Claim, Verdict, Evidence, Failures, Gaps, and Suite Stats suitable for CI checks, reviewer handoffs, or tester teammates.
- Team Isolation Guidance: Includes a tester handoff pattern to spawn isolated teammates for unbiased execution when needed.
Quick Start
Run the specified test or command and produce a Verification Report that states the claim, verdict, evidence, failures, gaps, and suite stats.