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, significantly streamlining the development workflow.
Core Features & Use Cases
- Automated Issue Resolution: Automatically fetches GitHub issues, creates branches, implements fixes, and opens pull requests.
- Sub-agent Orchestration: Leverages parallel sub-agents for efficient issue processing.
- PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
- Use Case: A developer can use this skill to automatically tackle a list of 'bug' labeled issues in a repository, have them fixed by AI agents, and have the resulting PRs ready for review, freeing up developer time for more complex tasks.
Quick Start
Use the gh-issues skill to fetch and fix GitHub issues from the 'owner/repo' repository, filtering for 'bug' labels and processing up to 5 issues.