gh-issues

Orchestrate GitHub issue fixes with parallel sub-agents and pull requests.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill gh-issues-lemonlqf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/lemonlqf/openclaw-rtsp/tree/main/skills/gh-issues
Command: npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill gh-issues-lemonlqf

SYSTEM DOCUMENTATION & REQUIREMENTS

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, significantly 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.
  • Parallel Processing: Can process multiple issues concurrently using sub-agents.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and then handle any feedback from reviewers, ensuring issues are resolved efficiently without manual intervention.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the 'owner/repo' repository, filtering for the 'bug' label and a limit of 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 GitHub issue resolution and pull request creation?

Automating GitHub issue resolution involves using sub-agents to fetch issues, implement code fixes, create branches, and open pull requests via the GitHub REST API. This streamlines the workflow by handling implementation and PR management automatically.

Can I automatically address pull request review comments on GitHub?

Yes, you can automatically address pull request review comments by spawning sub-agents that monitor open PRs and implement fixes based on reviewer feedback. This ensures review comments are handled without manual intervention.

How do I process multiple GitHub issues concurrently?

You can process multiple GitHub issues concurrently by spawning parallel sub-agents. This allows the system to implement fixes and manage pull requests for several issues simultaneously, improving issue resolution efficiency.

Does automated GitHub issue fixing support fork workflows and dry runs?

Automated GitHub issue fixing supports fork workflows, dry runs, and cron-based execution for continuous issue resolution. These features allow safe testing and scheduled automation using the GitHub REST API and curl.

What is the best way to continuously fix labeled bug issues in a GitHub repository?

The best way to continuously fix labeled bug issues is using cron-based execution to fetch issues by label, spawn sub-agents for code implementation, and automatically open pull requests to resolve them efficiently.