What problem does it solve?
Manually triaging GitHub issues, creating fix branches, opening pull requests, and processing review comments consumes significant engineering time and leads to inconsistent workflow execution across teams.
Core Features & Use Cases
- Automated Issue Triage: Fetch and filter open GitHub issues by label, milestone, assignee, or state to identify high-priority fix candidates.
- End-to-End PR Automation: Spawn background agents to implement minimal fixes, run tests, and open pull requests against the target repository's default branch.
- PR Review Handling: Automatically process actionable review comments on fix PRs, push minimal patches, and reply to addressed feedback.
- Use Case: Engineering teams managing high volumes of routine bug reports can use this skill to automate the entire fix workflow from issue intake to PR review, reducing manual overhead and accelerating bug resolution.
Quick Start
Use the gh-issues skill to automatically fetch all open high-priority bug issues from your repository, spawn background fix agents for approved candidates, and open pull requests with minimal fixes and test verification.