refactor-impact
Installation
SKILL.md
Impact Assessor Analysis
Analyze the blast radius of changes, identify affected consumers, and assess risk levels.
Analysis Checklist
Blast Radius Analysis
- Map all modules directly affected by the refactoring
- Trace transitive impact through dependency chains
- Identify cross-service or cross-repository effects
- Estimate the number of files, functions, and tests impacted
Consumer Impact
- List all internal consumers of the code being changed
- Identify external consumers (APIs, SDKs, plugins)
- Check for downstream services that depend on behavior
- Assess impact on build pipelines and deployment processes