What problem does it solve? Code reviews often miss breakage that grep and symbol search cannot find, such as changes to wire formats, DB columns, feature flags, or downstream consumers. This Skill identifies the hidden impact of a change before it ships and proves the key safety assumption by executing real code instead of trusting a convincing writeup. ## Core Features & Use Cases - Hidden Impact Analysis: Traces breakage beyond the diff, including library internals, pinned versions, async timing, and consumers several hops away. - Proof-Driven Verification: Ranks confidence from assertion to reproduction, and requires running a script or test against the real code for the one fact the change's safety depends on. - Honest Risk Reporting: Separates confirmed risks with file:line citations from checked-and-cleared cases, and marks anything unproven instead of rounding up. - Use Case: Before merging a small but suspicious diff to a shared cache module, ask for its blast radius to get the one safety fact proven by an executable test plus a list of real risks. ## Quick Start Ask the agent to find the blast radius of your current diff and prove the one fact it is safe because of by running real code.