What problem does it solve?
Fixing many GitHub issues one at a time is slow and serial. This Skill lets you act as a supervisor over parallel headless Mastra Code instances, each working in its own git worktree on a separate issue, while you monitor progress, review output, and ship PRs.
Core Features & Use Cases
- Parallel issue solving: Spawns one headless
mc instance per issue in an isolated git worktree, with builds throttled to two at a time to manage CPU.
- Supervision and reporting: Maintains per-issue report files, checks every process every 3 minutes, and restarts timed-out instances with continuation prompts.
- Full PR lifecycle: Reviews diffs, creates PRs with conventional commit titles, handles reviewer comments via
/gh-pr-comments, and fixes failing CI via /gh-fix-ci.
- Use Case: Given issue numbers
1234 5678 9012, the Skill creates three worktrees, runs three agents in parallel, and delivers three reviewed PRs referencing Closes #<NUMBER>.
Quick Start
Run the gh-bulk-issues skill with a space-separated list of GitHub issue numbers, or with no arguments to get issue recommendations based on your contribution history.