What problem does it solve?
This Skill automates the process of identifying, fixing, and managing GitHub issues by spawning sub-agents to implement solutions and handle pull requests.
Core Features & Use Cases
- Automated Issue Triage: Fetches GitHub issues based on specified filters (labels, assignees, milestones).
- Sub-agent Orchestration: Spawns parallel agents to implement fixes for issues.
- Automated PR Creation: Creates pull requests from forks or the source repository for the implemented fixes.
- PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
- Watch Mode: Continuously monitors for new issues and PR reviews at a specified interval.
- Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then handle any feedback from reviewers, ensuring continuous integration and faster development cycles.
Quick Start
Use the gh-issues skill to fetch and fix GitHub issues in the 'owner/repo' repository, applying the 'bug' label and processing up to 5 issues.