get_regression_risk
Assess regression risk for code changes by scoring functions based on blast radius, complexity, and exposure to prevent production breaks.
Instructions
Score functions by regression risk — how likely a change here breaks production.
CALL THIS WHEN: • Before modifying a function — understand blast radius and risk • During code review — prioritize review effort on highest-risk changes • Planning refactors — identify the riskiest code to change carefully • After a regression — find other high-risk functions that need attention
RETURNS: Functions ranked by regression risk score (0-1), with tier (critical/high/medium/low), complexity, entry-point exposure, file churn, and downstream caller count.
TIER: Pharaoh Pro — free tier receives a preview. Summarize what the preview reveals, explain what full data would show for this task, then include the upgrade link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||