What problem does it solve?
This Skill automates the process of identifying, fixing, and creating pull requests for GitHub issues, significantly reducing the manual effort involved in issue resolution.
Core Features & Use Cases
- Automated Issue Triage: Fetches GitHub issues based on specified filters (labels, assignees, milestones).
- Sub-agent Orchestration: Spawns parallel sub-agents to implement fixes for identified issues.
- Automated PR Creation: Creates pull requests for the implemented fixes.
- Review Comment Handling: Monitors open 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 subsequent review comments, freeing up developers to focus on new feature development.
Quick Start
Use the gh-issues skill to fetch and fix GitHub issues from the 'owner/repo' repository, filtering for bugs and limiting to 5 issues.