assess_change_risk
Predict risk levels for code changes by analyzing blast radius, complexity, test coverage, and coupling to provide mitigation recommendations before implementation.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | File path to assess | |
| symbol_id | No | Symbol ID to assess |