gh-issues

Automate GitHub issue resolution by creating branches, implementing fixes, and opening pull requests.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill gh-issues-simplefarmer69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/gh-issues
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill gh-issues-simplefarmer69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fixing GitHub issues by spawning sub-agents to implement fixes, open pull requests, and handle review comments, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Fixing: Automatically creates branches, implements code fixes, and opens PRs for specified GitHub issues.
  • PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
  • Use Case: Automatically fix all 'bug' labeled issues in the owner/repo repository, create PRs, and handle any subsequent review comments.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the owner/repo repository with the label bug and a limit of 5.

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 creation?

Automating GitHub issue resolution requires fetching issues, creating branches, implementing code fixes, and opening pull requests. This Skill spawns parallel sub-agents to handle these steps automatically, streamlining the development workflow from issue triage to PR submission.

How does PR review comment handling work for automated GitHub issue fixes?

PR review comment handling monitors open pull requests for new comments and automatically spawns dedicated sub-agents to address them. This ensures that automated code fixes from issue resolution adapt to reviewer feedback without requiring manual code changes.

Do I need the gh CLI and a GH_TOKEN to automate pull requests for issues?

Yes, automating pull requests for issues requires the gh CLI, git, and curl dependencies, along with a configured GH_TOKEN for authentication. These tools are necessary for fetching issues, managing repository branches, and interfacing with the GitHub API.

Can I automatically fix all GitHub issues with a specific label like bug?

Yes, you can automatically fix all GitHub issues with a specific label like bug. The Skill fetches issues from a specified owner/repo repository filtered by labels and limits, then creates branches and opens pull requests for each matching issue.

What is the best way to streamline development workflow for GitHub issues?

The best way to streamline development workflow for GitHub issues is to automate branch creation, code implementation, and PR management. By spawning parallel sub-agents, this Skill handles multiple issue fixes concurrently, reducing manual coding and review overhead.