gh-issues

Fetch GitHub issues, assign fixes to sub-agents, and create pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, and includes scripts (resource) and references (resource) and assets (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, significantly streamlining the bug-fixing workflow.

Core Features & Use Cases

  • Automated Issue Resolution: Fetches issues, assigns fixes to sub-agents, and creates PRs.
  • Continuous Monitoring: Watches for PR review comments and addresses them automatically.
  • Flexible Filtering: Supports filtering issues by labels, assignees, milestones, and more.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs, and handle any feedback from reviewers, all with minimal human intervention.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the 'owner/repo' repository, filtering for bugs and limiting 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 GitHub issue fixing and pull request creation?

Automating GitHub issue fixing involves fetching issues, implementing fixes via sub-agents, and opening pull requests. This skill handles the entire workflow, including monitoring review comments and addressing feedback automatically.

Can I filter GitHub issues by labels, assignees, and milestones for automated bug fixing?

Yes, you can filter GitHub issues by labels, assignees, and milestones. This skill supports flexible filtering to target specific issues based on repository owner, labels, assignees, and milestones for automated resolution.

Does this GitHub issue automation tool handle PR review comments automatically?

Yes, this GitHub issue automation tool handles PR review comments automatically. It continuously watches for reviewer feedback on opened pull requests and addresses the comments to streamline the code review process.

Do I need the gh CLI and git installed to automate pull requests for issues?

Yes, you need the gh CLI and git installed to automate pull requests for issues. The skill requires curl, git, and gh CLI tools to execute GitHub API interactions and manage version control operations for creating PRs.

What is a dry run option for automated GitHub issue resolution?

A dry run option in automated GitHub issue resolution simulates the workflow without applying actual changes. This skill supports dry runs to test the fetching, fixing, and PR creation logic safely before executing on a live repository.

How do I monitor and resolve multiple GitHub bugs with sub-agents?

You can monitor and resolve multiple GitHub bugs by fetching issues and assigning fixes to sub-agents. This skill automates the workflow by creating pull requests for each fix and continuously monitoring for reviewer feedback to address comments.