work_on_issue
Automatically fetch a GitHub issue, assign it to an autonomous coding agent, and monitor progress through completion.
Instructions
Fetch a GitHub issue, post a pickup comment, and spawn a cc-agent to work on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repo in owner/repo format | |
| issue_number | Yes | Issue number to work on | |
| extra_context | No | Additional context to pass to the agent (optional) | |
| max_budget_usd | No | Max USD budget for the agent (optional, default 20) |