RepoPilot
R
RepoPilot
/plan_repo_task

Plan a task against repository evidence and a checked SHA

CALL before editing an unfamiliar public repository. Returns a bounded reading order, relevant files, dependency consumers, test/verification obligations, analy

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 /plan_repo_task for me.

Input

FieldTypeDescription
repostringPublic GitHub repository as owner/repo or a github.com URL.
packagestringnpm package name, for example lodash or npm:@scope/pkg. To judge a specific VERSION rather
task*string
checked_shastring
intentobject
max_filesinteger default 12
path_hintsarrayOptional repository-relative files or directories to prioritize.

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":"/plan_repo_task","input":{"task":"...","max_files":12}}'
cli
npx cracked-ai run -p mcp-app-repopilot-repopilot -e /plan_repo_task -i '{"task":"...","max_files":12}'
mcp
run_tool({ provider: "mcp-app-repopilot-repopilot", endpoint: "/plan_repo_task", input: {"task":"...","max_files":12} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.