gh-issues

Fetch and filter GitHub issues, then spawn sub-agents to implement fixes and open pull requests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the end-to-end workflow of triaging GitHub issues: fetching, filtering, and spawning sub-agents to implement fixes and open PRs, while monitoring PR reviews and comments.

Core Features & Use Cases

  • Fetch and filter issues by owner/repo, labels, milestones, and assignees
  • Spawn parallel sub-agents to propose fixes and create PRs
  • Monitor PRs for reviews and comment-driven actions, with cron and watch modes

Quick Start

Tell me to run /gh-issues on a specific owner/repo with optional filters and watch/cron settings to auto-manage issues, fixes, and PRs.

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

Automate GitHub issue triage by fetching issues with specific label, milestone, and assignee filters, then spawning parallel sub-agents to implement fixes and open pull requests automatically.

Can I fetch GitHub issues by label and milestone while excluding pull requests?▼

Fetch GitHub issues by applying filters for label, milestone, assignee, and state, while automatically excluding pull requests from the returned results.

How does sub-agent orchestration work for creating pull requests from GitHub issues?▼

Sub-agent orchestration spawns parallel workers to implement fixes for GitHub issues and open PRs, while monitoring PR reviews and comments for comment-driven actions.

Does gh-issues support cron scheduling and watch modes for monitoring pull request reviews?▼

Cron and watch modes are supported, enabling continuous monitoring of PR reviews and comments to trigger comment-driven actions on a scheduled basis.

What's the best way to automate pull request summaries to Telegram?▼

Automate PR summaries by optionally publishing a final workflow summary to a Telegram channel after sub-agents complete fixes and PR monitoring concludes.

Do I need specific GitHub repository permissions to run automated issue fixing?▼

Automated issue fixing requires GitHub repository access to fetch issues and open PRs, plus token resolution and user confirmations throughout the workflow phases for robust error handling.