Count what's affected
Modules, public interfaces, and user-facing surfaces each add to the estimated blast radius.
BLAST RADIUS CHECK
Estimate the blast radius of a proposed change from how many modules, interfaces, users, and operations it touches.
Planning guidance only. Validate important decisions with customer evidence and your delivery team.
YOUR INPUTS
Complete every field. The result updates only when you choose Calculate.
Modules, public interfaces, and user-facing surfaces each add to the estimated blast radius.
A change that's hard to roll back carries more risk than the same change with an easy undo path.
The four inputs combine into a 0-100 impact estimate with a matching review recommendation.
Continue learning: Reviewing high-risk changes safely
Any API, exported function, database schema, or contract that code outside the immediate change depends on — these are the highest-impact surfaces because you may not know every consumer.
An easily reversible change can absorb a mistake with a quick rollback. An irreversible one needs to be right before it ships, which changes how much review it deserves.
No — it's a quick estimate from counts you already know, meant to decide how much review rigor to apply, not a replacement for checking the actual call sites.
Modules, interfaces, and user surfaces each contribute capped points; irreversibility adds a fixed penalty. The total is a simple, transparent sum.
| Feature | MVPHub | GitHub | Linear |
|---|---|---|---|
| Instant blast-radius score | Included | Not included | Not included |
| Reversibility-aware risk weighting | Included | Not included | Not included |
| Matching review recommendation | Included | Not included | Not included |
| No dependency graph setup required | Included | Not included | Not included |
GitHub can show you a diff's affected files, but doesn't score blast radius or recommend a review approach based on reversibility. This tool turns a quick estimate into a concrete review decision.
Add this tool to your site with the canonical iframe below. It remains hosted and maintained by MVPHub.