gh-issues

Fetch GitHub issues, spawn parallel sub-agents to implement fixes, and open pull requests.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill gh-issues-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/SeanHogg/coderClaw/tree/main/product/skills/gh-issues
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill gh-issues-seanhogg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching GitHub issues, spawning sub-agents to implement fixes, opening pull requests, and monitoring review comments, significantly reducing manual toil for developers.

Core Features & Use Cases

  • Automated Issue Triage & Fixing: Automatically identifies, diagnoses, and fixes issues based on labels, assignees, and milestones.
  • Parallel Sub-agent Orchestration: Spawns multiple agents concurrently to address issues, speeding up the resolution process.
  • PR Management: Creates, updates, and monitors pull requests, including handling review comments.
  • Use Case: A developer can use this Skill to automatically find all 'bug' labeled issues in a repository, have agents attempt to fix them, and open PRs for each fix, all with a single command.

Quick Start

Use the gh-issues skill to fetch and fix GitHub issues in the owner/repo repository, filtering for bugs and limiting to 5 issues.

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 and pull request creation?

Automate GitHub issue resolution by fetching issues, spawning parallel sub-agents to implement fixes, and opening pull requests automatically. This orchestration manages pre-flight checks and PR review comments to significantly reduce manual developer toil.

Can I filter GitHub issues by labels like 'bug' before agents attempt to fix them?

Yes, you can filter GitHub issues by labels, assignees, and milestones before agents attempt to fix them. The skill fetches targeted issues based on your specified arguments, allowing you to limit the scope to specific bug labels and issue counts.

Does automated pull request management handle review comments and fork modes?

Automated pull request management handles review comments and supports fork mode. It creates, updates, and monitors pull requests while managing review feedback, also supporting dry runs and cron-safe operation for automated workflows.

What is the best way to run parallel agents for fixing repository bugs?

The best way to run parallel agents for fixing repository bugs is using an orchestration skill that spawns multiple concurrent sub-agents. This speeds up the resolution process by allowing agents to implement fixes and open pull requests simultaneously.

Are there limitations when using cron-safe automated workflows for issue triage?

Cron-safe automated workflows for issue triage support unattended operation but rely on successful pre-flight checks. While effective for automated bug fixing and PR management, complex issues may require manual review of the generated pull requests.

Do I need to configure dry runs before automating pull requests for bug fixes?

Configuring dry runs is supported before fully automating pull requests for bug fixes. Running a dry run allows you to validate the issue fetching and sub-agent orchestration behavior safely without immediately opening live pull requests.