Code Blast Radius

Maps all callers, importers, and dependents of a target function, class, module, or file before a refactor begins. Scores blast radius as low/medium/high and flags high-risk downstream effects so nothing breaks silently. Trigger phrases: "blast radius", "who calls this", "what depends on", "safe to rename", "safe to move", "what imports this", "refactor radar", "dependency map", "what breaks if I change", "callers of", "dependents of", "impact analysis before refactor", "check before refactoring". Do NOT use for: general code search, finding bugs, reviewing pull requests, auditing security, checking for dead code (use /code-security), detecting scope creep (use /session-drift), evaluating architecture options (use /plan-directions), or any task that is not specifically about pre-refactor impact analysis.

GRIDLOCK-NYC 951c905 6.0 KB Updated

File contents

GRIDLOCK-NYC/claude-skills/tree/main/skills/code-blast-radius commit 951c905dba

Frequently asked questions

npx skillmds@latest add gridlock-nyc/code-blast-radius