gh-issues

Orchestrate GitHub issue fixes by spawning sub-agents to create pull requests.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MoRen9527/TriMetaverse --skill gh-issues-moren9527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/MoRen9527/TriMetaverse/tree/main/reference/openclaw/skills/gh-issues
Command: npx skills add https://github.com/MoRen9527/TriMetaverse --skill gh-issues-moren9527

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire process of fixing GitHub issues, from identifying bugs to opening pull requests and handling review comments, significantly reducing developer workload.

Core Features & Use Cases

  • Automated Issue Triage & Fixing: Automatically fetches issues, spawns sub-agents to implement fixes, and creates pull requests.
  • Continuous Monitoring: Optionally watches for new issues and PR review comments, addressing them proactively.
  • Forking Workflow: Supports fixing issues in a fork and opening PRs back to the source repository.
  • Use Case: A developer can use this Skill to automatically fix all 'bug' labeled issues in a repository, freeing them up to focus on more complex development tasks.

Quick Start

Use the gh-issues skill to fetch and fix GitHub issues for the repository owner/repo.

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?

Automate GitHub issue fixing by spawning sub-agents to implement code changes and automatically create pull requests. The tool fetches labeled issues, generates fixes, and submits PRs back to the source repository.

Do I need gh CLI and git installed to automate GitHub pull requests?

Yes, automating GitHub pull requests requires curl, git, and gh CLI tools installed. You must also configure a GH_TOKEN environment variable for authentication to interact with your repositories.

Can I automatically resolve PR review comments?

Yes, you can automatically resolve PR review comments. The tool continuously monitors pull request review comments and spawns sub-agents to address feedback and implement requested changes proactively.

How does a forking workflow work for automated GitHub issue fixing?

The forking workflow supports fixing GitHub issues in a fork and opening pull requests back to the source repository. This allows automated fixes to be submitted without direct write access to the original project.

What is the best way to continuously monitor and fix labeled bug issues?

Continuously monitor and fix labeled bug issues by enabling the tool's continuous monitoring mode. It watches for new issues and PR review comments, automatically spawning sub-agents to implement fixes and create pull requests.

Why do automated pull requests fail without authentication?

Automated pull requests fail without authentication because the gh CLI requires a valid GH_TOKEN to push code changes and create PRs. Ensure your environment has curl, git, gh CLI, and the token properly configured.