What problem does it solve?
This Skill automates the full GitHub issue-to-PR workflow so an AI can fetch issues, coordinate fixes, and keep pull requests moving without manual orchestration.
Core Features & Use Cases
- Issue Triage and Filtering: Pulls issues by label, milestone, assignee, and state to focus on the most relevant work.
- Parallel Fix Execution: Spawns sub-agents to analyze code, implement minimal fixes, test changes, commit, push, and open pull requests.
- Review Follow-Up: Monitors open fix branches and PR review comments, then routes actionable feedback back into new fix passes.
- Operational Modes: Supports watch mode, dry runs, cron-safe runs, fork-based workflows, and notification handoff for unattended automation.
- Use Case: A team can point it at a busy repository and let it process a backlog of bugs while continuously handling review feedback on existing fix PRs.
Quick Start
Use gh-issues to fetch open issues from a repository, choose which ones to process, and let it open fix pull requests while tracking review comments.