What problem does it solve?
Manually triaging, fixing, and managing GitHub issues and pull request reviews consumes significant developer time, especially for teams with high issue volume or ongoing PR feedback cycles.
Core Features & Use Cases
- Batch Issue Processing: Fetch and filter GitHub issues by label, milestone, assignee, or state, then delegate fixes to up to 8 parallel sub-agents for concurrent processing.
- Automated PR Workflows: Sub-agents implement minimal, focused code fixes, run existing tests, and open pull requests automatically via the GitHub REST API, with support for fork mode.
- Review Monitoring: Automatically check open PRs for actionable review comments and spawn sub-agents to address requested changes, with support for watch mode for continuous operation.
- Use Case: A dev team with a backlog of bug reports can use this skill to process all issues in batches, create fix PRs, and handle reviewer feedback without manual intervention for each task.
Quick Start
Use the gh-issues skill to automatically process all open bug-labeled issues in your GitHub repository, delegate code fixes to parallel sub-agents, and open pull requests for each resolved issue.