gh-issues

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

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

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, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Fixing: Automatically identifies, diagnoses, and fixes GitHub issues.
  • PR Generation & Management: Creates branches, commits fixes, opens pull requests, and handles review comments.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then address any feedback from reviewers, all with minimal human intervention.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the gensparx/gensparx repository, filtering for those labeled '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 generation?▼

Automating GitHub issue resolution involves fetching issues, spawning sub-agents to implement fixes, and opening pull requests. This skill orchestrates the workflow by running parallel sub-agents for code implementation and PR management, streamlining the development process.

Can I automatically fix all GitHub issues labeled 'bug' in a repository?▼

Yes, you can automatically fix all 'bug' labeled issues in a repository. The skill fetches issues by label, spawns parallel sub-agents to implement fixes, opens pull requests, and addresses reviewer feedback with minimal human intervention.

Do I need a GitHub token to automate pull request management?▼

Yes, you need GitHub API access via a GH_TOKEN to automate pull request management. This token is required for all operations, including fetching issues, executing pre-flight checks, and addressing PR review comments.

How does the automated code review process handle reviewer feedback?▼

The automated code review process handles reviewer feedback by collecting results from parallel sub-agent execution and addressing PR review comments. After opening a pull request, the system monitors and resolves feedback automatically.

What is the best way to orchestrate parallel sub-agents for code implementation?▼

Orchestrating parallel sub-agents for code implementation is best handled by automating issue fetching and pre-flight checks before execution. This skill manages the parallel execution, collects results, and addresses pull request review comments.

Are there limitations when automating GitHub issue fixes with sub-agents?▼

Limitations when automating GitHub issue fixes include the strict requirement of a GH_TOKEN for all operations. The system relies on pre-flight checks and parallel sub-agent execution, which may require monitoring for complex code implementation tasks.