gh-issues

Fetch, analyze, and fix GitHub issues with parallel sub-agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying, fixing, and merging GitHub issues by spawning sub-agents, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Resolution: Fetches GitHub issues based on specified filters (labels, assignees, milestones).
  • Sub-agent Orchestration: Spawns parallel sub-agents to implement fixes for identified issues.
  • Automated PR Creation & Monitoring: Opens Pull Requests for fixes, monitors review comments, and addresses them.
  • Use Case: A developer can use this Skill to automatically find all 'bug' labeled issues in a repository, have agents fix them, and open PRs, significantly speeding up the bug-fixing process.

Quick Start

Use the gh-issues skill to fetch and fix all open bug issues in the LuisvelMarketer/genome repository, automatically opening pull requests.

Frequently Asked Questions about gh-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing GitHub issues and opening pull requests?

To automate fixing GitHub issues, this Skill fetches and analyzes issues using parallel sub-agents, modifies code, and automatically opens pull requests. It streamlines the workflow by handling issue filtering, code modification, and PR creation across specified repositories.

How do I automatically resolve GitHub pull request review comments?

Automatically resolving GitHub pull request review comments is handled by this Skill's monitoring feature. After opening a PR, it monitors review comments and spawns sub-agents to address feedback, ensuring the automated bug-fixing process reaches completion.

Do I need the gh CLI tool to automate GitHub issue resolution?

Yes, you need the gh CLI tool to automate GitHub issue resolution, along with curl and git. A GH_TOKEN is also required for authentication so the sub-agents can interact with your GitHub repositories to fetch issues and open pull requests.

Can I filter GitHub issues by labels before automating code fixes?

Yes, you can filter GitHub issues by labels, assignees, and milestones before automating code fixes. This allows you to target specific issues, such as fetching only those labeled 'bug' for the sub-agents to resolve.

What is the best way to handle multiple bug fixes in a GitHub repository?

The best way to handle multiple bug fixes in a GitHub repository is using sub-agent orchestration. This Skill spawns parallel sub-agents to implement fixes for identified issues simultaneously, then opens monitored pull requests for each fix.