assess_change_risk
Predict risk level for modifying a file or symbol, with contributing factors and mitigation recommendations. Use as a quick risk check before changes.
Instructions
Before modifying a file or symbol, predict risk level (low/medium/high/critical) with contributing factors and recommended mitigations. Combines blast radius, complexity, git churn, test coverage, and coupling. Use as a quick risk check. For full impact report with affected tests and dependents use get_change_impact instead. Read-only. Returns JSON: { risk, level, factors: [{ name, value }], mitigations }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | File path to assess | |
| symbol_id | Yes | Symbol ID to assess |