blast-radius
Installation
SKILL.md
Blast Radius Analysis
Analyze the impact of current code changes using the code knowledge graph.
When NOT To Use
- Reading the changed code for defects (use
pensive:bug-review) - The code graph is missing or stale (use
gauntlet:graph-build)
Prerequisites
This skill requires the gauntlet plugin for graph data. Check if it's available:
GRAPH_QUERY=$(find ~/.claude/plugins -name "graph_query.py" -path "*/gauntlet/*" 2>/dev/null | head -1)