What problem does it solve? Testing effort often follows file count or code coverage instead of actual risk, leaving high-impact changes under-verified. This Skill ensures every behavior-changing modification gets verification proportional to its risk, with documented evidence instead of vague claims like "all tests pass". ## Core Features & Use Cases - Risk Mapping: Evaluates data integrity, security, boundaries, concurrency, compatibility, availability, and user behavior risks, classifying each as low, medium, or high. - Verification Matrix: Maps every medium or high risk to at least one executable test, spanning unit, regression, contract, integration, concurrency, end-to-end, and migration tests. - Evidence Reporting: Requires exact commands, exit codes, pass/fail counts, uncovered risks, and residual risks in every completion report. - Use Case: Before claiming a database migration feature is complete, use this Skill to build a risk map, add rollback and regression tests, run verification progressively, and produce an auditable evidence report. ## Quick Start Ask the AI to apply risk-based verification to the current change before marking the work complete.