What problem does it solve?
This Skill streamlines the end-to-end workflow of finding GitHub issues, fixing them automatically via sub-agents, and opening pull requests while also handling follow-up review comments.
Core Features & Use Cases
- Fetch & filter issues via REST API: Pulls issues (optionally filtered by label, milestone, assignee, and state) while excluding PRs masquerading in the issues endpoint.
- Parallelized auto-fixing with orchestration: Spawns multiple sub-agents to implement focused fixes on per-issue branches and open PRs without using the gh CLI.
- Fork-safe PR workflow: Optionally pushes branches to a fork and opens PRs targeting the upstream repository.
- Review-comment remediation: Monitors open fix/issue-* PRs and spawns targeted review-fix agents for actionable feedback.
- Collision avoidance & reliability controls: Skips issues when PRs or branches already exist and uses token-guarded claim tracking to prevent duplicate work across cron/watch cycles.
- Optional Telegram summary: Sends only the final PR links summary to a provided channel ID.
Quick Start
Run gh-issues for your repository and only issues labeled bug by executing: /gh-issues owner/repo --label bug --limit 5 --yes