gh-issues

Fetch GitHub issues, implement fixes via sub-agents, and open pull requests.

307|86|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/johnson7788/MultiUserClaw --skill gh-issues-johnson7788
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/johnson7788/MultiUserClaw/tree/main/openclaw/skills/gh-issues
Command: npx skills add https://github.com/johnson7788/MultiUserClaw --skill gh-issues-johnson7788

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 development workflow.

Core Features & Use Cases

  • Automated Issue Triage: Fetches and filters GitHub issues based on labels, assignees, and milestones.
  • Code Fix Implementation: Spawns parallel sub-agents to write code, commit changes, and push to a fork or the source repository.
  • Pull Request Management: Automatically opens pull requests for the implemented fixes.
  • Review Handling: Monitors open 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 minimal human intervention.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the 'openclaw/openclaw' repository, filtering for bugs and limiting to 5 issues.

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?

To automate GitHub issue resolution, this Skill orchestrates sub-agents to fetch issues, implement code fixes, push commits, and open pull requests. It manages the end-to-end workflow by spawning parallel agents to handle multiple issues simultaneously.

Can I automatically address GitHub pull request review comments?

Yes, you can automatically address GitHub pull request review comments. The Skill monitors open PRs for reviewer feedback and spawns dedicated sub-agents to implement the requested changes without manual intervention.

Do I need a GitHub token to automate issue triage and code fixes?

Yes, you need a GitHub token to automate issue triage and code fixes. The Skill requires GH_TOKEN for GitHub API access and utilizes curl for all repository interactions, fetching issues by labels, assignees, and milestones.

Does automated GitHub issue fixing support both direct repository and forked workflows?

Automated GitHub issue fixing supports both direct repository and forked workflows. Sub-agents commit changes and push code to either the source repository or a fork, automatically creating pull requests for the implemented fixes.

What is the best way to filter and fix multiple GitHub bugs automatically?

The best way to filter and fix multiple GitHub bugs automatically is by using sub-agents to fetch issues by specific labels, assignees, or milestones. This Skill processes filtered issues in parallel, creating PRs for each resolved bug.