get_risk_score
Calculate a 0-100 QA risk score for a code change, combining test gap, fix completeness, hotspot recurrence, blast radius, and churn to identify contributing risk factors.
Instructions
QA risk score for a change: 0-100 with level (low/medium/high) and contributing factors.
Combines test gap, fix completeness, hotspot recurrence, blast radius, and churn.
Returns: {score: int, level: "low"|"medium"|"high", factors: [{name, detail, points}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr | No | ||
| base | No | ||
| head | No | ||
| repo | Yes |