What problem does it solve? Manually triaging GitHub issues, writing fixes, opening PRs, and responding to review comments is repetitive and time-consuming. This Skill automates the entire loop: it fetches issues from a repository, delegates fixes to parallel sub-agents, opens pull requests, and addresses reviewer feedback. ## 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), analyzes actionability, and spawns agents to push fixes 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, have sub-agents fix them, open PRs, and respond to reviewer comments automatically. ## Quick Start Ask the agent to fetch open issues from a GitHub repository and automatically implement fixes and open pull requests for them.