analyze_change_impact
Assess the downstream impact of code changes by identifying affected callers, blast radius, and risk rating, and get decoupling recommendations before modifying any class or component.
Instructions
Analyzes downstream blast radius, affected caller components, risk rating, and architectural decoupling recommendations before modifying code (AI change safety guard).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Name of the class, component, or file to evaluate (e.g. "MemoryService" or "MemoryService.cs"). |