gh-issues

Fetch GitHub issues, spawn parallel sub-agents, and open PRs via REST API.

1.0k|59|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill gh-issues-safeai-lab-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/SafeAI-Lab-X/ClawKeeper/tree/main/legacy/clawkeeper-watcher/skills/gh-issues
Command: npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill gh-issues-safeai-lab-x

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow orchestrates GitHub issue handling by fetching issues, spawning parallel sub-agents to implement fixes, and opening pull requests while monitoring PR reviews.

Core Features & Use Cases

  • Fetch issues from a repository and spawn sub-agents to implement fixes and create PRs.
  • Monitor PR reviews and address follow-ups, including label/milestone filtering, fork mode, watch/cron modes, and notifications.
  • Coordinate token resolution, remote validations, and lifecycle management for multiple tasks across repositories.

Quick Start

Run the gh-issues skill with repository and filter flags to fetch issues, spawn sub-agents to fix them, and manage PRs and review tracking.

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 request generation?

Automate GitHub issue fixes by fetching issues, spawning parallel sub-agents to implement code changes, and opening pull requests. The workflow monitors PR reviews and addresses follow-ups automatically via REST API calls.

Can I filter GitHub issues by label and milestone before spawning sub-agents?

Yes, you can filter GitHub issues by label, milestone, and assignee before spawning sub-agents. This ensures only targeted issues trigger automated fixes and pull request creation.

Does this GitHub issue automation require the gh CLI to manage pull requests?

No, this GitHub issue automation does not require the gh CLI. It manages sub-agent lifecycles, remote validations, and pull request checks entirely via REST API calls.

What is the best way to monitor pull request reviews after automating issue fixes?

The best way to monitor PR reviews is using watch or cron modes. These modes track ongoing PR reviews, address follow-up comments, and manage sub-agent tasks across repositories.

How does sub-agent orchestration work for resolving multiple GitHub issues?

Sub-agent orchestration resolves multiple GitHub issues by spawning parallel agents to implement fixes concurrently. It coordinates token resolution, validates remotes, and manages the lifecycle of each task to open PRs.

What are the limitations of using sub-agents for GitHub issue triage and PR automation?

Limitations include managing sub-agent lifecycles for concurrent tasks and ensuring token resolution and remote validations succeed. Complex issues may require manual review despite automated PR generation and watch mode monitoring.