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 streamlining the bug-fixing and development workflow.
Core Features & Use Cases
- Automated Issue Triage: Fetches and filters GitHub issues based on labels, assignees, and milestones.
- Sub-agent Orchestration: Spawns parallel agents to fix issues, create branches, and commit code.
- Automated PR Creation: Opens pull requests from forks or the main repository.
- Review Comment Handling: Monitors PRs for review comments and spawns agents to address them.
- Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs, and handle any feedback from reviewers, all with a single command.
Quick Start
Use the gh-issues skill to fetch and fix GitHub issues for the 'owner/repo' repository, filtering for issues labeled 'bug' and limiting to 5.