gh-issues

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

1|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/qsimeon/openclaw-engaging --skill gh-issues-qsimeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/qsimeon/openclaw-engaging/tree/main/skills/gh-issues
Command: npx skills add https://github.com/qsimeon/openclaw-engaging --skill gh-issues-qsimeon

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 even handle review comments, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Triage & Fixing: Fetches GitHub issues based on specified criteria (labels, assignees, milestones) and automatically spawns agents to create branches, implement fixes, and open pull requests.
  • PR Monitoring & Response: Monitors open pull requests for review comments and spawns agents to address them.
  • Use Case: Automatically fix all 'bug' labeled issues in a repository, create pull requests for them, and then handle any feedback from reviewers, ensuring issues are resolved efficiently.

Quick Start

Use the gh-issues skill to fetch and fix GitHub issues in the 'owner/repo' repository, filtering for the 'bug' label and automatically creating pull requests.

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?

Automate GitHub issue resolution by spawning parallel sub-agents that fetch issues based on labels or assignees, implement code fixes, create branches, and open pull requests via GitHub REST API calls. This streamlines development workflows end-to-end.

Can I automatically address GitHub pull request review comments?

Yes, you can automatically address GitHub pull request review comments by monitoring open PRs and spawning sub-agents to implement requested changes. The Skill orchestrates review comment resolution directly through GitHub REST API calls.

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

Automated GitHub issue fixing supports fork-based workflows and dry runs for safe continuous integration execution. These features allow testing fix logic without immediately pushing changes to the primary repository.

How do I fetch and fix GitHub issues based on specific labels or milestones?

Fetch and fix GitHub issues by specifying filter criteria like labels, assignees, or milestones. The Skill then spawns agents to automatically implement fixes for matching issues and opens pull requests via the GitHub REST API.

Is cron-safe execution available for continuous GitHub issue automation?

Yes, cron-safe execution is available for continuous GitHub issue automation. This ensures that scheduled automated issue fixing and pull request creation tasks run reliably without conflicts in continuous integration environments.