gh-issues

Fetch GitHub issues, implement fixes, and create pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of identifying, fixing, and creating pull requests for GitHub issues, significantly reducing the manual effort involved in issue resolution.

Core Features & Use Cases

  • Automated Issue Triage: 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: Creates pull requests for the implemented fixes.
  • Review Comment 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 subsequent review comments, freeing up developers to focus on new feature development.

Quick Start

Use the gh-issues skill to fetch and fix 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 fixing GitHub issues and creating pull requests?

You can automate GitHub issue fixing by using this Skill to fetch issues based on labels or assignees, spawn parallel sub-agents to implement code fixes, and automatically create pull requests for the resolved issues.

What CLI tools do I need to run automated GitHub issue resolution?

Automated GitHub issue resolution requires curl, git, and gh CLI tools installed in your environment, along with a configured GH_TOKEN for authenticating API requests to your repository.

Can I filter which GitHub issues are processed for automated fixing?

Yes, you can filter GitHub issues for automated fixing by specifying criteria such as labels, assignees, and milestones to ensure the sub-agents only process the relevant issues in your repository.

How does automated PR review comment handling work?

Automated PR review comment handling works by monitoring open pull requests for new comments and spawning dedicated sub-agents to implement code changes that address the reviewer feedback directly.

What is the best way to resolve multiple bug-labeled GitHub issues at scale?

The best way to resolve multiple bug-labeled GitHub issues at scale is orchestrating parallel sub-agents that independently implement fixes, run tests, and create pull requests for each issue simultaneously.

Does automated GitHub issue fixing work without manual code implementation?

Automated GitHub issue fixing handles code implementation autonomously by spawning sub-agents that analyze the issue, write the necessary code fixes, run tests, and manage the pull request lifecycle without manual coding.