blast-radius
SolidAnalyze the blast radius of code changes with risk scoring. Shows affected nodes, untested functions, and review priorities using the code knowledge graph.
Install
Quality Score: 96/100
Skill Content
Details
- Author
- athola
- Repository
- athola/claude-night-market
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
impact-analysis
Assess change risk before modifying a function. Maps blast radius, surfaces hidden dependencies, community cohesion, and unexpected cross-module connections.
blast-radius
Score the reach and risk of a code diff before merging. Flags diffs that touch authentication, commit secrets, delete tests, change CI/CD, alter database migrations, or widen dependencies. Use after an agent produces a change and before accepting or merging it, especially for unattended runs.
blast-radius-analyzer
Use BEFORE editing shared code — enumerates every call site, event consumer, queue worker, API client, migration, and test that a planned change will touch, with a file:line citation per dependency.