R
RepoPilot
/check_change_risk
Prioritize review for a PR or diff
CALL before merging a pull request or after producing a local diff. Returns a deterministic 0-10 change-shape score with receipts for size, spread, missing test
liveunknown~5s typical
mcprepopilot
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-repopilot-repopilot /check_change_risk for me.
Input
| Field | Type | Description |
|---|---|---|
| repo | string | owner/repo or a github.com URL. |
| pr | number | Positive pull request number, used with repo. |
| diff | string | Raw unified git diff to score directly. |
| files | array | Privacy-preserving changed-file facts; contains no source or diff hunks. |
| contract_id | string | Optional short-lived contract_id returned by plan_repo_task. |
| base_sha | string | |
| head_sha | string | |
| proofs | array |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-repopilot-repopilot","endpoint":"/check_change_risk","input":{}}'cli
npx cracked-ai run -p mcp-app-repopilot-repopilot -e /check_change_risk -i '{}'mcp
run_tool({ provider: "mcp-app-repopilot-repopilot", endpoint: "/check_change_risk", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.