gh-issues

Orchestrates GitHub bug-fix workflows by spawning parallel sub-agents to create pull requests and handle review comments via REST API.

34|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/mangiapanejohn-dev/Resonix-AG --skill gh-issues-mangiapanejohn-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/mangiapanejohn-dev/Resonix-AG/tree/main/skills/gh-issues
Command: npx skills add https://github.com/mangiapanejohn-dev/Resonix-AG --skill gh-issues-mangiapanejohn-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Fixing: Automatically identifies, diagnoses, and fixes GitHub issues.
  • Sub-agent Orchestration: Spawns parallel sub-agents to implement fixes and create pull requests.
  • PR Monitoring: Monitors pull requests for review comments and addresses them.
  • Use Case: A developer can use this Skill to automatically fix all 'bug' labeled issues in a repository, create PRs for them, and even handle subsequent review comments, significantly reducing manual effort.

Quick Start

Use the gh-issues skill to fetch and fix GitHub issues for the owner/repo 'myorg/myrepo' with the label 'bug'.

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?

Automating GitHub issue resolution involves fetching targeted repository issues, spawning parallel sub-agents to implement code fixes, and automatically opening pull requests via GitHub REST API calls. This Skill orchestrates that entire workflow while managing argument parsing and pre-flight checks.

Can I automatically fix GitHub issues with specific labels like 'bug'?

Yes, you can automatically fix GitHub issues with specific labels like 'bug'. By parsing repository arguments and fetching issues based on labels, the Skill spawns sub-agents to implement fixes and create pull requests specifically for those categorized issues.

How does sub-agent orchestration work for code fixing and PR generation?

Sub-agent orchestration works by spawning parallel sub-agents to independently implement code fixes and generate pull requests. The Skill manages their execution, collects the results, and handles subsequent PR review comments to streamline the development workflow.

What is the best way to handle GitHub pull request review comments automatically?

Handling GitHub pull request review comments automatically is achieved by monitoring PRs through GitHub REST API calls and using sub-agents to address feedback. This Skill collects sub-agent results and orchestrates responses to review comments without manual developer intervention.

Do I need any external dependencies to run automated GitHub issue fixing?

No external dependencies are required to run automated GitHub issue fixing. The Skill operates independently using internal scripts to manage issue fetching, sub-agent execution, and GitHub REST API interactions for pull request creation and review monitoring.

Why use parallel sub-agents for resolving GitHub issues instead of sequential processing?

Using parallel sub-agents for resolving GitHub issues significantly reduces manual effort and processing time compared to sequential handling. This approach allows multiple code fixes and pull requests to be generated simultaneously, streamlining the development workflow.