gh-issues

Automate GitHub issue resolution with parallel sub-agents and pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Automated Issue Resolution: Fetches GitHub issues, creates branches, implements fixes, and opens Pull Requests.
  • PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs, and handle any review comments that arise, ensuring continuous integration and faster release cycles.

Quick Start

Use the gh-issues skill to fetch and fix up to 5 bug-labeled issues from the openclaw/openclaw repository, automatically creating PRs.

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 resolution works by spawning parallel sub-agents to implement code fixes, create branches, and open pull requests directly from the specified repository issues.

Can I automatically address pull request review comments on GitHub?▼

Yes, automated PR review handling monitors open pull requests for review comments and spawns dedicated agents to implement the requested code modifications and address feedback.

Does GitHub issue automation support fork-based workflows and custom models?▼

Fork-based workflows and custom models are supported for GitHub issue automation, allowing tailored development environments alongside cron-based automation for continuous issue management.

What is the best way to continuously manage bug-labeled GitHub issues?▼

The best way to continuously manage bug-labeled GitHub issues is using cron-based automation to fetch, fix, and resolve them through parallel sub-agents that create pull requests.

How does parallel sub-agent processing work for GitHub pull request creation?▼

Parallel sub-agent processing for GitHub pull requests involves fetching issues, spawning agents to modify code concurrently, and creating PRs across a multi-phase automation workflow.