Blast Radius Predictor
Predicts the impact of a proposed code change using static dependency analysis, test coverage overlay, git history, and deployment topology.
How to activate
Say any of these phrases in your IDE to trigger this skill:
“what breaks if I change this”“blast radius”“change risk”“dependency impact”“what touches this”“risk assessment for change”Run via CLI
enterprise-skills run blast-radius-predictorAliases:
blast-radiuschange-riskdependency-impactRelationships
Coordinates with:
Refactor Agent
Takes a refactoring goal, analyzes impact, plans changes, executes safely, verifies no regressions. Includes post-refactor anti-hallucination verification for import paths, barrel exports, test references, and pattern consistency.
Feature Builder
Takes a feature spec, plans architecture, scaffolds files, implements, adds tests, verifies.
Pre-Deploy Check
Pre-deployment verification — types, lint, tests, env vars, migrations, build, git state.
Incident Response
Manages production incidents end-to-end — triage, root cause analysis, remediation, and post-mortem generation.