gh-issues

Fetch GitHub issues and spawn parallel sub-agents to implement fixes and open PRs.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/191854169/openclawFork --skill gh-issues-191854169
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/191854169/openclawFork/tree/main/skills/gh-issues
Command: npx skills add https://github.com/191854169/openclawFork --skill gh-issues-191854169

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch GitHub issues from a repository, spawn parallel sub-agents to implement fixes and open PRs, and monitor review comments to close or iterate on issues.

Core Features & Use Cases

  • Fetch issues with filters (labels, milestone, assignee) and exclude pull requests.
  • Spawn parallel sub-agents to implement fixes and create PRs, with token-based authentication.
  • Monitor PR reviews and comments, and optionally watch for new issues in cron or watch modes.

Quick Start

Invoke the gh-issues skill to fetch issues from a repository and automatically spawn sub-agents to implement fixes.

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 fixes and pull request generation?

To automate GitHub issue fixes, you can use a skill that fetches repository issues and spawns parallel sub-agents to implement fixes and open pull requests. This workflow orchestrates issue triage and patch generation using the GitHub REST API.

Can I filter GitHub issues by labels or assignee before spawning automated fix agents?

Yes, you can filter GitHub issues by labels, milestone, and assignee before spawning sub-agents. The skill fetches issues based on these filters and excludes pull requests to focus solely on issue resolution.

Do I need a GitHub token to automate pull request creation and issue triage?

Yes, token-based authentication is required to automate pull request creation and issue triage. The skill relies on the GitHub REST API and token-based authentication to manage forks, open PRs, and monitor review comments.

How do parallel sub-agents handle GitHub pull request reviews and comments?

Parallel sub-agents handle pull request reviews by monitoring PR review comments to close or iterate on issues. The skill's multi-phase orchestration includes review handling to manage PR feedback across forks.

Does this automated GitHub issue resolution work in watch or cron mode for new issues?

Yes, this automated GitHub issue resolution works in watch or cron modes to monitor for new issues. These modes allow the skill to continuously fetch new issues and spawn sub-agents to implement fixes and create PRs.