gh-issues

Orchestrate GitHub issue fixes with parallel sub-agents and pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fetching GitHub issues, spawning sub-agents to implement fixes, opening pull requests, and monitoring review comments, streamlining the bug-fixing workflow.

Core Features & Use Cases

  • Automated Issue Triage & Fixing: Automatically identifies, diagnoses, and fixes bugs reported in GitHub issues.
  • PR Generation & Management: Creates pull requests for fixes and handles review feedback.
  • Use Case: A developer can use this Skill to automatically find all 'bug' labeled issues in a repository, have agents attempt to fix them, and open PRs for each fix, significantly reducing manual effort.

Quick Start

Use the gh-issues skill to fetch and attempt to fix up to 5 'bug' labeled issues from the 'owner/repo' repository.

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 resolution and pull request generation?

You can automate GitHub issue resolution by using this Skill to fetch labeled issues, spawn sub-agents to implement fixes, and automatically open pull requests. It orchestrates the workflow by filtering issues and generating PRs without manual intervention.

Can I filter GitHub issues by labels, assignees, or milestones for automated fixing?

Filtering GitHub issues by labels, assignees, and milestones is fully supported. The Skill uses these criteria to fetch specific issue subsets, enabling sub-agents to target only relevant bugs for automated fixing and pull request creation.

Do I need the gh CLI and git installed to automate pull requests from GitHub issues?

Yes, you need curl, git, and gh CLI tools installed to automate pull requests from GitHub issues. These dependencies handle GitHub API interaction and version control operations required throughout the automated bug-fixing workflow.

Does this automated GitHub issue fixer work with forked repositories?

Yes, automated GitHub issue fixing supports forked repositories. The Skill includes options to target forks, allowing sub-agents to implement fixes and open pull requests against forked repositories rather than only the primary upstream repository.

What is the best way to handle continuous monitoring of GitHub issues and review comments?

Continuous monitoring of GitHub issues and review comments is handled by configuring the Skill to track ongoing issue states and manage review feedback. Sub-agents monitor review comments and respond to feedback automatically, reducing manual oversight.

Why use parallel sub-agents for fixing GitHub bugs instead of a single agent?

Using parallel sub-agents for fixing GitHub bugs allows multiple issues to be processed simultaneously, significantly reducing resolution time. This concurrent approach enables faster implementation of fixes, pull request creation, and review comment management across multiple issues.