score_risk_tool
Assess the risk of changing a code symbol by analyzing inbound references, test coverage, file size, and circular dependencies, then return a 0-100 score with breakdown and recommendation.
Instructions
Score the risk of changing a symbol (0 = safe, 100 = very risky).
Factors: inbound references, test coverage, file size, circular deps. Returns score, per-factor breakdown, and a recommendation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| symbol | Yes | ||
| dep_graph | Yes | ||
| scan_result | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||