gh-issues

Orchestrate GitHub issue fixes via sub-agents and pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (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, significantly streamlining the bug-fixing and development workflow.

Core Features & Use Cases

  • Automated Issue Triage: Fetches and filters GitHub issues based on labels, assignees, and milestones.
  • Sub-agent Orchestration: Spawns parallel agents to fix issues, create branches, and commit code.
  • Automated PR Creation: Opens pull requests from forks or the main repository.
  • Review Comment Handling: Monitors PRs for review comments and spawns agents to address them.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs, and handle any feedback from reviewers, all with a single command.

Quick Start

Use the gh-issues skill to fetch and fix GitHub issues for the 'owner/repo' repository, filtering for issues labeled 'bug' and limiting to 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 involves fetching issues, spawning sub-agents to implement fixes, and opening pull requests. This skill orchestrates that entire workflow by parsing issues, running parallel agents, and monitoring PRs via the GitHub REST API.

Can I automatically fix GitHub issues labeled as bugs and handle review comments?

Yes, you can automatically fix GitHub issues labeled 'bug' and handle review comments. The skill fetches filtered issues, spawns agents to create branches and commit code, then monitors pull requests and spawns new agents to address reviewer feedback.

How does sub-agent orchestration work for resolving GitHub issues?

Sub-agent orchestration for GitHub issues works by spawning parallel agents to implement fixes. It handles issue parsing, performs pre-flight checks, executes agents concurrently to modify code, and monitors the resulting pull requests through the GitHub REST API.

Does automated GitHub issue fixing support fork-based workflows?

Automated GitHub issue fixing supports both direct repository work and fork-based workflows. The skill creates branches, commits code, and opens pull requests from forks or the main repository using the GitHub REST API to manage the process.

What is the best way to triage and fix multiple GitHub issues in parallel?

The best way to triage and fix multiple GitHub issues in parallel is to fetch and filter them by labels, assignees, or milestones. This skill then spawns parallel sub-agents to implement fixes, create branches, and open pull requests simultaneously.