Skip to main content

blast-radius

Map the full blast radius of a code change before making it โ€” every breaking reference, transitive (ripple) caller, affected test, and historically co-changing file โ€” using the `br` CLI (LSP-backed, cross-language impact analysis). Use this whenever the user is about to rename, change the signature of, or remove a function, method, type, API endpoint, database column, or config/env key, or asks "what breaks if I change X", "what depends on this", "what calls this", "impact analysis", "is this safe to change/refactor", or "check the blast radius" โ€” even if they don't say "blast radius" explicitly. Especially reach for it before refactoring shared code.

Jump to install

Source facts

Repository
buddyh/blast-radius
Last source activity
June 6, 2026 at 15:32
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.