gh-issues

Orchestrate parallel sub-agents to fix GitHub issues and open pull requests.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill gh-issues-clawdi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/Clawdi-AI/openclaw/tree/main/skills/gh-issues
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill gh-issues-clawdi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of fixing GitHub issues by spawning sub-agents to implement fixes, open pull requests, and handle review comments, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Fixing: Identifies GitHub issues, creates branches, implements fixes, and opens PRs.
  • PR Review Handling: Monitors open PRs for review comments and spawns agents to address them.
  • Configurable Workflow: Supports various flags for filtering issues, specifying forks, dry runs, and notification channels.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs, and notify a specific channel upon completion.

Quick Start

Use the gh-issues skill to fetch GitHub issues for the 'owner/repo' repository, filtering for bugs 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 automate fixing GitHub issues and creating pull requests?

You can automate fixing GitHub issues by using a skill that spawns parallel sub-agents to implement fixes, create branches, and open pull requests directly from your repository's issue queue.

Can I automatically address pull request review comments for GitHub issues?

Yes, automated workflows can monitor open pull requests for review comments and spawn dedicated agents to address them, streamlining the code review resolution process.

How do I filter GitHub issues by labels when automating pull request creation?

You can filter GitHub issues by specifying labels, such as 'bug', within the automation configuration, ensuring only targeted issues are processed for fixes and pull request generation.

Does GitHub issue automation support fork-based workflows and dry runs?

Yes, the automation supports configurable flags for fork-based workflows and dry runs, allowing you to test issue parsing and pre-flight checks before executing actual fixes.

How do I notify a specific channel when automated GitHub issue fixes complete?

You can configure notification channels within the workflow flags to send automated alerts upon the completion of issue resolution and pull request creation tasks.