gh-issues

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

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill gh-issues-kendreaditya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/gh-issues
Command: npx skills add https://github.com/kendreaditya/.config --skill gh-issues-kendreaditya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end workflow of GitHub issue management: it fetches issues, spawns parallel sub-agents to implement fixes and open PRs, and monitors PR reviews to ensure progress.

Core Features & Use Cases

  • Orchestrates issue discovery and filtering (labels, milestones, assignees) to identify actionable items.
  • Spawns independent sub-agents for each issue to implement fixes, push branches, and open PRs, enabling parallel work.
  • Monitors PR reviews and returns status updates, enabling automated remediation of review feedback.
  • Supports fork mode, cron-style processing, and watch-mode for continuous operation.

Quick Start

Invoke the gh-issues skill with the target repository and optional flags to begin 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 resolution by opening pull requests?

You can automate GitHub issue resolution by fetching repository issues, spawning parallel sub-agents to implement fixes, and automatically opening pull requests using the GitHub REST API for end-to-end workflow management.

Can I orchestrate multiple GitHub issues in parallel with sub-agents?

Yes, you can orchestrate multiple GitHub issues concurrently by spawning independent sub-agents for each issue, enabling parallel implementation of fixes, branch pushing, and pull request creation across your repository.

How does automated pull request review remediation work for GitHub issues?

Automated pull request review remediation works by monitoring PR reviews and returning status updates, which enables sub-agents to automatically address and resolve review feedback for continuous issue progress.

Does GitHub issue automation support cron scheduling and watch mode?

Yes, GitHub issue automation supports cron-style processing and watch mode for continuous operation, allowing you to schedule automated issue discovery, filtering, and sub-agent orchestration at regular intervals.

Do I need a GitHub token to automate issue management with fork mode?

Yes, you need token-based authentication to use the GitHub REST API via curl for automating issue management, which also supports fork mode and per-issue tracking for concurrent sub-agent orchestration.