gh-issues

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

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

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, streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Fixing: Automatically identifies, diagnoses, and fixes GitHub issues.
  • PR Generation & Management: Creates pull requests for fixes and manages review feedback.
  • Use Case: A developer can use this Skill to automatically find, fix, and submit a pull request for all 'bug' labeled issues in a repository, significantly reducing manual effort.

Quick Start

Use the gh-issues skill to fetch GitHub issues from the owner/repo repository with a 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 fixing GitHub issues and creating pull requests?

To automate fixing GitHub issues, this Skill spawns parallel sub-agents to implement code fixes, open pull requests, and address review comments directly through the GitHub REST API, streamlining your workflow.

Can I automatically resolve GitHub issues based on specific labels?

Yes, you can automatically resolve GitHub issues by filtering for specific labels. The Skill fetches issues from an owner/repo repository using labels like 'bug' and processes a defined limit of issues.

Do I need a GitHub token to automate pull request generation?

Yes, you need a GH_TOKEN for authentication to automate pull request generation. The Skill leverages the GitHub REST API exclusively, requiring this token to authenticate sub-agents and manage repository actions.

How does automated issue resolution handle code review comments?

Automated issue resolution handles code review comments by spawning sub-agents specifically designed to address review feedback. This ensures PR generation and management includes iterative updates based on reviewer input.

Can I run automated GitHub issue resolution in continuous integration environments?

Yes, you can run automated GitHub issue resolution in continuous integration environments. The Skill supports cron-safe execution, allowing you to trigger issue fixing workflows safely within CI pipelines.

Does automated issue resolution support forking workflows?

Yes, automated issue resolution supports forking workflows. The Skill orchestrates fixes by allowing sub-agents to work within forked repositories before creating pull requests back to the main project.