gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes, and open PRs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

Core Features & Use Cases

  • Fetch issues from repositories and apply filters such as labels, milestones, and assignees.
  • Spawn deterministic sub-agents to implement fixes and open PRs, then monitor PR reviews to handle feedback.
  • Support watch/cron modes and optional fork mode for collaboration workflows.

Quick Start

Invoke the skill using /gh-issues with your owner/repo and optional flags to start processing.

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 using REST API?

Automate GitHub issue fixes by fetching issues via curl-based REST API calls, spawning sub-agents to implement code changes, and automatically opening pull requests without manual CLI intervention.

Can I filter GitHub issues by label, milestone, or assignee before processing?

Filter GitHub issues by applying label, milestone, and assignee constraints directly via command flags, ensuring sub-agents only process targeted issue subsets for precise orchestration and automated fixes.

Does this automation tool work with forked repositories for pull requests?

Forked repository automation is fully supported, allowing sub-agents to implement fixes across source and forked repos, enabling collaborative workflows and automated pull request generation through GitHub REST API.

What is the best way to monitor and address GitHub PR review comments automatically?

Monitor PR review comments automatically by enabling watch or cron modes, which continuously fetch review feedback via REST API and spawn sub-agents to address requested code changes.

Do I need the gh CLI installed to automate GitHub issue orchestration?

The gh CLI is not required; this automation uses curl-based GitHub REST API calls exclusively with GH_TOKEN authentication, avoiding CLI dependencies while coordinating issues, sub-agents, and pull requests.

How do I run GitHub issue automation on a schedule with cron mode?

Run GitHub issue automation on a schedule by enabling cron mode with configurable intervals, allowing the system to periodically fetch unassigned issues and spawn sub-agents for continuous fixes.