Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Design and execute a risk-based verification strategy for a software change, bug fix, refactor, migration, configuration update, or release candidate. Use when Codex needs to prove that a change works, choose proportional tests, investigate whether validation is sufficient, or report what remains unverified. Trace claims to evidence across static checks, focused tests, integration boundaries, and runtime behavior instead of merely running the entire test suite.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | 33% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 77% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 49% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-04 | ✓→✗ | ▼ Worse | -20% | 0% |
Produce the smallest evidence set that convincingly supports the change's claims and protects its highest-risk invariants.
Preserve unrelated user changes.
boundary, likely failure mode, and the evidence that could falsify it. Use references/verification-matrix.md.
rigor for authorization, money, destructive writes, migrations, concurrency, public APIs, and silent corruption.
command when the repository declares one.
only when the risk model calls for them.
suites merely to create confidence theater.
assertions exercised the changed path, expected failures did not get swallowed, snapshots/artifacts are meaningful, and warnings are relevant.
Prefer fail-before/pass-after evidence when safely obtainable without discarding work; otherwise explain the causal link.
inspect forward, backward/rollback, partial-failure, and repeated-run paths.
"fully verified" from a partial environment.
without explicit authority.
to obtain green output.
that never ran.
their risk—not as passes.
Lead with the verification verdict: supported, partially supported, or not supported. Summarize evidence by claim, then failures and residual risk. Include exact commands and concise results so another engineer can reproduce the proof.
Other measured skills in the registry, with their headline benchmark lift.