What problem does it solve?
This Skill automates the process of fixing GitHub issues by spawning sub-agents to implement fixes, open pull requests, and even handle review comments, streamlining the development workflow.
Core Features & Use Cases
- Automated Issue Triage & Fixing: Fetches GitHub issues based on specified criteria (labels, assignees, milestones) and automatically spawns agents to create branches, implement fixes, and open pull requests.
- PR Monitoring & Response: Monitors open pull requests for review comments and spawns agents to address them.
- Use Case: Automatically fix all 'bug' labeled issues in a repository, create pull requests for them, and then handle any feedback from reviewers, ensuring issues are resolved efficiently.
Quick Start
Use the gh-issues skill to fetch and fix GitHub issues in the 'owner/repo' repository, filtering for the 'bug' label and automatically creating pull requests.