What problem does it solve? Manually triaging GitHub issues, writing fixes, opening pull requests, and responding to review comments is repetitive and time-consuming. This Skill automates the entire issue-to-PR pipeline so fixes are proposed without constant human involvement. ## Core Features & Use Cases - Issue Fetching and Filtering: List open issues by label, milestone, assignee, state, and limit using the GitHub CLI. - 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. - Duplicate Prevention: Skip issues that already have open PRs, existing branches, or active claims to avoid overlapping work. - Review Comment Processing: Detect actionable review comments on generated PRs and spawn workers to address them. - Use Case: Run the skill in watch mode against a repository to continuously pick up new labeled issues, open fix PRs, and respond to reviewer feedback automatically. ## Quick Start Ask the assistant to fetch open issues from the current repository, pick candidates, and open fix pull requests for them.