What problem does it solve? Manually triaging GitHub issues, writing fixes, opening pull requests, and responding to review comments is repetitive and slow. This Skill automates the entire issue-to-PR pipeline so fixes are produced by background agents without constant supervision. ## Core Features & Use Cases - Issue Fetching and Filtering: List open issues by label, milestone, assignee, state, and limit using the GitHub CLI, with duplicate-work detection against existing branches and PRs. - Background Fix Workers: Spawn up to 8 parallel agents that create fix branches, implement minimal changes, run tests, and open PRs with conventional commit messages. - Review Comment Processing: Discover actionable PR review comments on fix branches and dispatch workers to patch, test, and reply with commit references. - Watch and Cron Modes: Continuously poll issues and reviews on an interval, or run one-shot in cron mode with claim files preventing overlapping work. - Use Case: Point the Skill at a repository with a backlog of labeled bugs; it claims issues, spawns fix agents, opens PRs, and later addresses reviewer feedback automatically. ## Quick Start Ask the assistant to fetch open issues from the current repository, pick candidates, and spawn background agents to open fix PRs.