gh-issues

Fetch GitHub issues, filter by labels, and spawn sub-agents to open PRs.

4|2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/0xKobold/0xkobolds --skill gh-issues-0xkobold
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/0xKobold/0xkobolds/tree/main/skills/gh-issues
Command: npx skills add https://github.com/0xKobold/0xkobolds --skill gh-issues-0xkobold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch GitHub issues and orchestrate automated fixes by spawning sub-agents that implement fixes and open PRs, while monitoring PR reviews.

Core Features & Use Cases

  • Orchestrates multi-phase workflows to fetch issues, filter by labels/milestones/assignees, spawn parallel agents, and open PRs.
  • Supports fork mode, cron mode, watch mode, and optional Telegram notifications for summaries.
  • Tracks progress and prevents duplicate work using claims and pre-flight checks.

Quick Start

Provide the repository to monitor (owner/repo) and optional flags; the system will fetch issues, spawn sub-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 fix workflows?▼

Automate GitHub issue triage by fetching repository issues, filtering by labels and milestones, and spawning parallel sub-agents to propose fixes and open pull requests automatically. It tracks claims to prevent duplicate work across concurrent agents.

Can I run automated GitHub pull request generation on a schedule?▼

Yes, automated pull request generation supports cron mode for scheduled execution and watch mode for continuous monitoring. You provide the repository with optional flags, and the system fetches issues and opens PRs automatically.

Do I need a GitHub token to automate issue fixes and open pull requests?▼

Yes, you need a GH_TOKEN for authentication to fetch GitHub repository issues, spawn sub-agents, and open pull requests. This token allows the orchestrator to interact with your repository and monitor PR reviews securely.

What's the best way to prevent duplicate work when fixing GitHub issues in parallel?▼

Prevent duplicate work when fixing GitHub issues in parallel by using an orchestrator that tracks claims and performs pre-flight checks. This ensures multiple sub-agents do not attempt to resolve the same issue simultaneously.

Does automated GitHub issue orchestration support fork mode and PR review handling?▼

Automated GitHub issue orchestration supports fork mode for opening pull requests and handles PR reviews. It monitors PR checks and reviews, communicating progress and results through optional Telegram notifications for summaries.