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 handle review comments, significantly streamlining the development workflow.
Core Features & Use Cases
- Automated Issue Fixing: Identifies GitHub issues, creates branches, implements fixes, and opens PRs.
- PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
- Parallel Processing: Can process multiple issues concurrently using sub-agents.
- Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then handle any feedback from reviewers, ensuring issues are resolved efficiently without manual intervention.
Quick Start
Use the gh-issues skill to fetch GitHub issues from the 'owner/repo' repository, filtering for the 'bug' label and a limit of 5 issues.