What problem does it solve? Manually triaging GitHub issues, writing fixes, opening pull requests, and responding to review feedback is repetitive and time-consuming. This Skill automates the entire loop: it fetches issues from a repository, delegates fixes to parallel sub-agents, opens PRs, and continuously monitors and addresses PR review comments. ## Core Features & Use Cases - Automated Issue Fixing: Fetches open issues via the GitHub REST API (with label, milestone, assignee, and state filters) and spawns up to 8 parallel sub-agents that branch, implement, test, commit, and open PRs. - PR Review Handling: Monitors open fix/issue-* PRs for review comments (including inline comments and embedded bot reviews like Greptile), then spawns agents to implement requested changes and reply to reviewers. - Fork & Watch Modes: Supports pushing branches to a fork while targeting PRs at the upstream repo, plus watch mode for continuous polling and cron mode for scheduled fire-and-forget runs. - Use Case: Run /gh-issues myorg/myrepo --label bug --limit 5 --watch to continuously pick up new bug reports, auto-fix them, open PRs, and respond to reviewer feedback without manual intervention. ## Quick Start Ask the agent to run /gh-issues on your repository, for example: fetch open bug issues from owner/repo, fix them with sub-agents, and open pull requests.