gh-issues

Automate GitHub issue triage, fix generation, and PR creation via REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end workflow of tracking GitHub issues, spawning parallel fix agents, and publishing PRs, reducing manual overhead for maintainers.

Core Features & Use Cases

  • Fetch open issues from a repository with filters (labels, milestone, assignee, state) and exclude pull requests
  • Spawn parallel sub-agents to implement fixes and open PRs
  • Monitor PR review comments and automate follow-up actions
  • Optional cron-style runs to process issue queues in batches

Quick Start

Fetch issues from a repository, spawn fix agents, and open PRs automatically.

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 triage and PR creation?

Automate GitHub issue triage by fetching open issues with label, milestone, and assignee filters, then spawning parallel sub-agents to implement fixes and open pull requests automatically.

What is the best way to process GitHub issue queues in batches?

Processing GitHub issue queues in batches is handled through optional cron-style runs that fetch filtered open issues and spawn parallel fix agents to generate pull requests.

Do I need a GH_TOKEN to automate GitHub pull request workflows?

A GH_TOKEN is required for GitHub REST API access via curl to automate issue tracking, spawn fix agents, and publish pull requests across repositories.

Can I filter GitHub issues by labels and milestone before spawning fix agents?

Filtering GitHub issues by labels, milestone, assignee, and state excludes pull requests and targets specific open issues before spawning parallel sub-agents to implement fixes.

Does GitHub PR automation support monitoring review comments and follow-up actions?

GitHub PR automation monitors pull request review comments and automates follow-up actions, supporting fork modes and parallel sub-agent spawning for repository workflows.

What are the limitations of automating GitHub issue fixes with sub-agents?

Automating GitHub issue fixes with sub-agents requires REST API access via curl and a GH_TOKEN, operating within repository workflow constraints for labels, milestones, and assignee filters.