gh-issues

Automate GitHub issue resolution with parallel sub-agents and pull requests.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance --skill gh-issues-justicegaines03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance/tree/main/skills/gh-issues
Command: npx skills add https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance --skill gh-issues-justicegaines03

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of addressing GitHub issues by spawning sub-agents to implement fixes, create pull requests, and manage review comments, significantly accelerating the development cycle.

Core Features & Use Cases

  • Automated Issue Fixing: Fetches GitHub issues, spawns agents to implement fixes, and opens pull requests.
  • PR Management: Monitors open PRs for review comments and spawns agents to address them.
  • Forking Workflow: Supports pushing fixes to a user's fork and opening PRs back to the source repository.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then 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?

You can automate GitHub issue resolution by spawning parallel sub-agents to implement fixes, create pull requests, and manage review comments. This Skill requires GitHub API access via a GH_TOKEN and uses curl for all interactions.

Can I automatically address pull request review comments without manual intervention?

Yes, you can automatically address pull request review comments. The Skill monitors open PRs for review comments and spawns sub-agents to implement requested changes and manage the feedback loop with minimal human intervention.

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

You can filter GitHub issues by labels, assignees, and milestones to target specific subsets of issues for automated fixing. This allows you to precisely control which issues the sub-agents attempt to resolve.

Does the automated GitHub issue fixing workflow support pushing changes to a fork?

Yes, the workflow supports a forking mechanism. It pushes automated fixes to a user's forked repository and then opens pull requests back to the source repository, ensuring safe contribution management.

Can I test automated GitHub issue fixing without opening live pull requests?

Yes, you can test the automated issue fixing process using the built-in dry run option. This allows you to simulate the sub-agent execution and fix implementation safely without creating actual pull requests.

Do I need a GitHub API token to automate issue resolution and PR management?

Yes, you need a GitHub API token (GH_TOKEN) exclusively for all operations. The Skill requires this token to authenticate curl requests for fetching issues, spawning agents, and managing pull requests.