gh-issues

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of identifying, fixing, and managing GitHub issues by spawning sub-agents to implement solutions and handle pull requests.

Core Features & Use Cases

  • Automated Issue Triage: Fetches GitHub issues based on specified filters (labels, assignees, milestones).
  • Sub-agent Orchestration: Spawns parallel agents to implement fixes for issues.
  • Automated PR Creation: Creates pull requests from forks or the source repository for the implemented fixes.
  • PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
  • Watch Mode: Continuously monitors for new issues and PR reviews at a specified interval.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then handle any feedback from reviewers, ensuring continuous integration and faster development cycles.

Quick Start

Use the gh-issues skill to fetch and fix GitHub issues in the 'owner/repo' repository, applying the 'bug' label and processing up 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 automatically fix GitHub issues and create pull requests?

Automated GitHub issue fixing is achieved by fetching issues, spawning parallel sub-agents to implement code changes, and creating pull requests directly from the source repository or a fork.

Can I filter which GitHub issues get automatically fixed by labels or milestones?

Filtering GitHub issues for automated fixing is fully supported. You can specify criteria using labels, assignees, and milestones to ensure sub-agents only process relevant issues.

What tools do I need to automate pull request creation for GitHub issues?

Automating pull request creation requires curl, git, and the gh CLI tools installed. These dependencies are necessary for interacting with the GitHub API and managing repository operations.

How do I handle PR review comments when automatically fixing GitHub issues?

Handling PR review comments is managed by monitoring open pull requests and spawning dedicated sub-agents. These agents automatically address reviewer feedback to resolve requested changes.

Is there a watch mode to continuously monitor for new GitHub issues and PR reviews?

A watch mode is available for continuous monitoring. It checks for new GitHub issues and pull request review comments at a specified interval, automatically spawning agents to resolve them.

Can I test automated GitHub issue fixing without creating actual pull requests?

Testing automated issue fixing without side effects is supported through a dry-run option. This allows you to validate the orchestration and code changes before committing to a repository.