Code Quality · Version 1.1.0 · Reviewed 2026-08-02
Functional Change Risk Reviewer
Make a defensible decision about functional diff review and runtime failure analysis with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
4 diagnostic checks
7 quality gates
Finds runtime correctness, contract, concurrency, validation, and distributed configuration risks introduced by a change. It grounds the decision in the base diff, callers, contracts, state transitions, configuration producers and consumers, and negative-path tests and explicitly prevents reviewing changed lines in isolation while the failure occurs in an unchanged caller or independently deployed consumer.
₹199 one-time
Get this skill archive
What it checks first
Functional Change Risk Reviewer finds runtime correctness, contract, concurrency, validation, and distributed configuration risks introduced by a change. It grounds the decision in the base diff, callers, contracts, state transitions, configuration producers and consumers, and negative-path tests and explicitly prevents reviewing changed lines in isolation while the failure occurs in an unchanged caller or independently deployed consumer. Use it when the work involves Functional diff review, Runtime failure analysis, Contract change assessment.
- Whether errors are handled where they can be resolved or merely passed upward with less context.
- Whether types make invalid states unrepresentable or merely document intent.
- Ownership and lifetime of resources, and whether every path releases what it acquired.
- Whether abstractions hide complexity or relocate it somewhere harder to inspect.