blast-radius
Blast Radius Analysis
Analyze the impact of current code changes using the code knowledge graph.
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)
If gauntlet is not installed (GRAPH_QUERY is empty):
Fall back to a manual impact analysis using git diff
and grep to trace imports and call sites. Skip graph
steps and go directly to step 3 (manual mode).
More from athola/claude-night-market
project-planning
Turn a specification into a phased implementation plan with dependency ordering.
125code-quality-principles
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
93project-brainstorming
Guide project ideation via Socratic questioning to generate project briefs.
91doc-generator
Generate or remediate documentation with human-quality writing and style.
80rigorous-reasoning
Anti-sycophancy reasoning checklist.
78project-specification
Transform project briefs into testable specifications with user stories, acceptance criteria, and measurable outcomes.
77