get_change_impact
Analyze the impact of code changes by identifying direct and transitive callers, risk levels, and affected tests using symbol query or git diff.
Instructions
Analyze impact of a change — by explicit symbol or git diff.
Shows direct/transitive callers with risk classification and affected tests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | max hop depth (default 3) | |
| diff_scope | No | "working" (uncommitted), "staged", or "HEAD~1" for git-based analysis | |
| symbol_query | No | symbol name to analyze (e.g., "add") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||