gh-issues

Automate GitHub issue resolution and pull request review cycles via sub-agents.

6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/me2Doc/friendlyclaw --skill gh-issues-me2doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/me2Doc/friendlyclaw/tree/main/body/skills/gh-issues
Command: npx skills add https://github.com/me2Doc/friendlyclaw --skill gh-issues-me2doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, jq.

What problem does it solve?

This skill automates the end-to-end lifecycle of GitHub issues, from fetching and analyzing bugs to implementing fixes, opening pull requests, and managing review feedback without manual intervention.

Core Features & Use Cases

  • Parallel Sub-agent Orchestration: Spawns specialized agents to handle multiple issues concurrently, ensuring rapid development cycles.
  • Automated PR Review Handling: Monitors open pull requests for review comments and automatically triggers sub-agents to address feedback and push updates.
  • Use Case: A maintainer can trigger this skill to automatically process a backlog of bug reports, generate fixes, and manage the resulting PR review process while they focus on high-level architecture.

Quick Start

Ask the agent to fetch issues from the current repository and automatically spawn sub-agents to fix all bugs labeled as high priority.

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

Automating GitHub issue resolution involves orchestrating parallel sub-agents to fetch, analyze, and fix bugs, then submit pull requests. This skill manages the entire review cycle automatically, triggering updates based on PR feedback without manual intervention.

What is autonomous bug fix generation for GitHub repositories?

Autonomous bug fix generation is a process where specialized agents concurrently analyze repository issues and implement code changes across branches. It identifies bugs, verifies fixes, and opens pull requests directly through the GitHub REST API and local git environment.

Do I need the GitHub CLI installed to automate pull request review cycles?

Yes, automating pull request review cycles requires secure integration with dependencies including curl, git, gh, and jq. These tools facilitate local git environment operations and GitHub REST API interactions required for automated commits and PR submissions.

Can I process a backlog of high priority GitHub issues concurrently?

Yes, you can process a backlog of high priority GitHub issues concurrently using parallel sub-agent orchestration. Specialized agents are spawned to handle multiple issues simultaneously, ensuring rapid development cycles for backlog clearance.

What is the best way to handle automated PR review feedback without manual intervention?

The best way to handle automated PR review feedback is using sub-agent orchestration to monitor open pull requests. When review comments are detected, sub-agents automatically trigger to address the feedback and push code updates to the repository branch.

Why does automated issue resolution require both local git and GitHub REST API access?

Automated issue resolution requires local git and GitHub REST API access to perform automated commits and PR submissions securely. Local git manages branch operations while the REST API fetches issues and monitors pull request review comments for feedback.