gh-issues

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

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/NJUxlj/openclaw --skill gh-issues-njuxlj
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/NJUxlj/openclaw/tree/main/skills/gh-issues
Command: npx skills add https://github.com/NJUxlj/openclaw --skill gh-issues-njuxlj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Automated Issue Resolution: Fetches GitHub issues, spawns agents to fix them, and opens pull requests.
  • Sub-agent Orchestration: Manages parallel sub-agents for efficient parallel processing of multiple issues.
  • PR Monitoring: 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 for them, and notify a specific channel upon completion.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the 'openclaw/openclaw' repository, filtering for the 'bug' label and processing up 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 fixes and pull requests?▼

Automate GitHub issue fixes by spawning parallel sub-agents to implement solutions, create pull requests, and manage review comments automatically. It fetches issues, runs pre-flight checks, executes sub-agents, and collects results for streamlined development workflow.

Can I automatically address review comments on open pull requests?▼

Yes, PR monitoring tracks open pull requests for review comments and spawns sub-agents to address them. This automated review handling closes the loop from issue resolution through code review without manual intervention.

Do I need the gh CLI to automate GitHub issue resolution?▼

Yes, resolving GitHub issues requires curl, git, and gh CLI tools installed, along with a configured GH_TOKEN for authentication. These dependencies enable fetching issues, pushing branches, and creating pull requests via the GitHub API.

What is the best way to process multiple GitHub issues in parallel?▼

Sub-agent orchestration manages parallel execution to process multiple GitHub issues simultaneously. This allows efficient batch fixing of filtered issues, such as resolving all bugs labeled in a repository at once with concurrent agents.

Does this GitHub automation support dry runs and watch mode?▼

Yes, GitHub issue automation supports dry runs to preview actions without applying changes, watch mode for continuous monitoring, and cron-safe operations for scheduled execution. These modes ensure safe, controlled, and automated development workflows.