gh-issues

Automates GitHub issue management by spawning agents to implement fixes and monitor PR reviews.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill gh-issues-openclaw-easy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/skills/gh-issues
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill gh-issues-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh.

What problem does it solve?

gh-issues automates GitHub issue management by fetching issues, spawning parallel sub-agents to implement fixes and open PRs, and then monitoring PR reviews to close the loop without manual intervention.

Core Features & Use Cases

  • Orchestrates multi-agent workflows to triage, fix, and merge GitHub issues across repositories
  • Supports fork mode, watch mode, cron mode, and model selection for scalable automation
  • Monitors PRs for reviews and automatically addresses actionable feedback

Quick Start

Invoke /gh-issues with a target repository and optional filters to automatically fetch issues, spawn fix agents, and monitor resulting PRs.

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 with parallel sub-agents?

You can automate GitHub issue fixes by spawning parallel sub-agents to implement fixes and open PRs. This orchestration fetches issues, distributes the workload, and monitors PR reviews to close workflows with minimal human input.

What is the best way to orchestrate multi-agent workflows for GitHub pull requests?

Orchestrating multi-agent workflows for pull requests involves using a claims system to coordinate sub-agent work across branches. It monitors PRs for reviews and automatically addresses actionable feedback to close the loop without manual intervention.

Do I need a GH_TOKEN and GitHub CLI installed to automate issue management?

Yes, you need a valid GH_TOKEN for authentication and the GitHub CLI installed. The automation uses curl with the GitHub REST API and requires git and gh dependencies to handle branches, PRs, and repository access.

Can I use cron mode and fork mode to scale GitHub issue automation across multiple repositories?

Yes, you can scale GitHub issue automation across multiple repositories using fork mode, watch mode, cron mode, and model selection. These modes allow the orchestration to run continuously or on schedules with minimal human input.

How does the claims system coordinate parallel sub-agents working on GitHub issues?

The claims system coordinates parallel sub-agents by assigning specific issues and branches to each worker. This prevents overlapping work when multiple agents are spawned to implement fixes and open PRs simultaneously across a repository.