gh-issues

Triage GitHub issues, spawn parallel fix agents, and open PRs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kulharir7/karya --skill gh-issues-kulharir7
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/kulharir7/karya/tree/main/workspace/plugins/gh-issues
Command: npx skills add https://github.com/kulharir7/karya --skill gh-issues-kulharir7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage GitHub issue workflows end-to-end by automatically triaging issues, spawning dedicated sub-agents to implement fixes, and opening PRs while monitoring review comments.

Core Features & Use Cases

  • Orchestrates a multi-phase workflow that fetches issues, assigns tasks, and spawns parallel fix agents.
  • Supports filtering by labels, milestones, and assignees, as well as fork-mode operations and cron-based polling.
  • Use case: a team delegates routine maintenance by auto-fixing issues and creating PRs with minimal human input.

Quick Start

Provide the target repository and optional flags to enable automatic issue processing, fix-agent spawning, and PR creation.

Frequently Asked Questions about gh-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-fix GitHub issues and open pull requests?▼

You can filter GitHub issues for auto-fixing by applying specific labels, assigning milestones, designating assignees, and utilizing fork-mode operations to control which issues the sub-agents process.

Can I run automated GitHub issue triage on a schedule?▼

After generating pull requests from GitHub issues, subsequent review comments are monitored automatically, with optional Telegram notifications configured to report pipeline results and alert teams of required feedback.

Do I need to use forks for automated GitHub issue resolution?▼

No, using forks is optional for automated GitHub issue resolution; fork-mode operations are supported alongside direct branch workflows, pre-flight checks, and REST API calls to manage pull request creation flexibility.

How does parallel sub-agent orchestration work for GitHub workflows?▼

Parallel sub-agent orchestration works by fetching targeted GitHub issues, spawning multiple dedicated sub-agents simultaneously to implement fixes, executing pre-flight checks, and compiling results into opened pull requests.