@mention codemagpie on any GitHub issue or PR — it writes the code or reviews the diff.
Sign in to your dashboard, click Connect GitHub, and grant codemagpie access to the repos you want it to work on.
Install codemagpie on GitHub →Connected repos appear under Managed Repos in the dashboard, each with per-repo Auto-review and Auto-fix toggles and an optional Test command.
On any GitHub issue, leave a comment with @codemagpieai create followed by what you want.
codemagpie acknowledges, then works the issue end to end:
codemagpie/<run-id> branchcodemagpie[bot], opens a pull request, and comments back with the linkTips for better results
Language support
The agent runs in a Python environment, so Python is the only language it can fully verify — it runs the tests it touches and auto-fixes lint before opening the PR.
It can still write code in other languages (JavaScript/TypeScript, Go, etc.), but those changes are not built, linted, or tested before the PR is opened — review them carefully and rely on your own CI.
On any pull request, mention @codemagpieai in a comment to request a code review.
codemagpie posts inline review comments directly on the diff. Turn on Auto-review for a repo to have every new pull request reviewed automatically — no mention needed.
Enable the per-repo Auto-fix toggle in the dashboard (off by default). When a run fails, codemagpie automatically kicks off a follow-up run that investigates the error and opens a fix PR.
Good to know
Limits are counted per user and reset on a rolling hourly and daily window (UTC). When you hit a limit, the run is marked rate_limited and codemagpie posts a heads-up comment on the issue or PR.
| Feature | Free | Pro Coming soon |
|---|---|---|
| Runs per hour | 5 | Higher |
| Runs per day | 50 | Higher |
| Code generation & reviews | ✓ | ✓ |
| Auto-fix on failure | ✓ | ✓ |
Free is the current tier and applies to everyone — the 5/hour and 50/day figures are the limits codemagpie enforces today. Pro pricing and limits are still being finalized.