gh-issues

Fetch GitHub issues and orchestrate sub-agents to implement fixes and create PRs.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/pablomat555/eggent-ai --skill gh-issues-pablomat555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/pablomat555/eggent-ai/tree/main/bundled-skills/gh-issues
Command: npx skills add https://github.com/pablomat555/eggent-ai --skill gh-issues-pablomat555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue triage and automated fixes can be time-consuming and error-prone; gh-issues orchestrates a fleet of sub-agents to fetch issues, implement fixes, open PRs, and monitor review comments, reducing manual toil.

Core Features & Use Cases

  • Fetch and filter issues from a repository by owner/repo, labels, milestones, assignees, and state.
  • Spawn parallel sub-agents to implement fixes and push PRs, allowing scalable automation across multiple issues.
  • Monitor open PRs for reviews and comments, and automatically address or re-assign work as needed.
  • Support fork-mode workflows, cron-safe operation, and watch-mode polling for continuous automation.

Quick Start

Invoke /gh-issues with an owner/repo and optional flags to automatically fetch issues, spawn fix agents, and open 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 fixing GitHub issues and creating pull requests?

To automate GitHub issue fixes, this Skill fetches issues by labels, milestones, or assignees, then spawns parallel sub-agents to implement code fixes and automatically open pull requests.

Can I monitor pull request reviews and comments automatically?

Yes, you can monitor pull request reviews automatically. The Skill continuously polls open PRs for review comments and can automatically address feedback or re-assign work as needed.

How do I filter GitHub issues for automated triage and code fixes?

You can filter GitHub issues for automated triage by specifying owner and repository, then narrowing down issues using labels, milestones, assignees, and state parameters.

Does this GitHub automation tool support fork-mode and continuous polling?

Yes, the GitHub automation tool supports fork-mode workflows, cron-safe operation, and watch-mode polling to ensure continuous triage and automated fixes across your repositories.

What is the best way to scale parallel code fixes across multiple GitHub issues?

The best way to scale parallel code fixes is orchestrating a fleet of sub-agents that concurrently implement fixes across multiple GitHub issues, significantly reducing manual triage toil.

Why use sub-agents for continuous GitHub issue triage instead of a single agent?

Using parallel sub-agents for GitHub issue triage prevents processing bottlenecks by distributing code fix implementations across multiple concurrent agents, enabling scalable automated PR creation.