RepoPilot
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

FieldTypeDescription
repostringowner/repo or a github.com URL.
prnumberPositive pull request number, used with repo.
diffstringRaw unified git diff to score directly.
filesarrayPrivacy-preserving changed-file facts; contains no source or diff hunks.
contract_idstringOptional short-lived contract_id returned by plan_repo_task.
base_shastring
head_shastring
proofsarray

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.