gh-issues

Automate GitHub issue triage and fixes with parallel sub-agents opening PRs.

9|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/hongmaple0820/agent-academy --skill gh-issues-hongmaple0820
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/hongmaple0820/agent-academy/tree/main/skills/development/gh-issues
Command: npx skills add https://github.com/hongmaple0820/agent-academy --skill gh-issues-hongmaple0820

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate GitHub issue triage and automated fixes by spawning parallel sub-agents to implement changes and open PRs.

Core Features & Use Cases

  • Fetch issues from a repository with filters for labels, milestones, or assignees
  • Spawn parallel sub-agents to implement fixes and open PRs
  • Monitor PR reviews and manage progress with optional cron modes and token-based GitHub authentication

Quick Start

Invoke /gh-issues with your repository and optional filters to automatically fetch issues, spawn parallel fix agents, and track PRs.

Frequently Asked Questions about gh-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue triage and automatically open pull requests for fixes?

Automate GitHub issue triage by spawning parallel sub-agents that implement fixes and open pull requests. This workflow handles issue filtering, fork-push operations, and review-comment management across multiple issues simultaneously.

Can I filter GitHub issues by labels or assignees before spawning automated fix agents?

Yes, you can fetch issues from a repository using filters for labels, milestones, or assignees. The filtered issues are then processed by parallel sub-agents that implement the necessary changes and create pull requests.

How does parallel sub-agent processing work for resolving GitHub issues?

Parallel sub-agent processing works by spawning multiple agents simultaneously to implement changes for different GitHub issues. Each agent handles branch management, fork-push workflows, and pull request creation independently to accelerate issue resolution.

Does this GitHub issue automation tool support private repositories and token-based authentication?

Yes, this tool can be applied to both public and private repositories. It satisfies token-based GitHub API calls for authentication, pull request creation, and branch management to ensure secure access to your codebase.

How do I monitor pull request reviews and track progress for automated GitHub issue fixes?

Monitor pull request reviews and manage progress using optional cron and cron-review modes. These modes provide timeout handling and claims tracking to ensure automated fixes are properly reviewed and merged without conflicts.

What are the limitations of automating GitHub issue triage with parallel agents?

Limitations include potential timeout constraints in cron modes and the need for proper token-based GitHub authentication. Complex review-comment handling across multiple issues may require careful branch management to avoid conflicts during parallel pull request creation.