What problem does it solve?
This Skill automates the process of fetching GitHub issues, spawning sub-agents to implement fixes, opening pull requests, and monitoring review comments, significantly reducing manual toil for developers.
Core Features & Use Cases
- Automated Issue Triage & Fixing: Automatically identifies, diagnoses, and fixes issues based on labels, assignees, and milestones.
- Parallel Sub-agent Orchestration: Spawns multiple agents concurrently to address issues, speeding up the resolution process.
- PR Management: Creates, updates, and monitors pull requests, including handling review comments.
- Use Case: A developer can use this Skill to automatically find all 'bug' labeled issues in a repository, have agents attempt to fix them, and open PRs for each fix, all with a single command.
Quick Start
Use the gh-issues skill to fetch and fix GitHub issues in the owner/repo repository, filtering for bugs and limiting to 5 issues.