gh-issues

Automate GitHub issue triage and fixes by spawning sub-agents to open PRs and monitor review comments.

121|17|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Zavianx/velaclaw --skill gh-issues-zavianx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/Zavianx/velaclaw/tree/main/skills/gh-issues
Command: npx skills add https://github.com/Zavianx/velaclaw --skill gh-issues-zavianx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]

Core Features & Use Cases

  • Orchestrates pulling issues from a repository, spawning specialized sub-agents to propose and apply fixes, and tracking PRs and review comments.
  • Supports labels, milestones, assignees, and fork workflows, plus watch/cron modes and model selection for sub-agents.

Quick Start

Invoke /gh-issues with a repository and optional filters to fetch issues, spawn sub-agents, and monitor PR reviews.

Frequently Asked Questions about gh-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix GitHub issues and open pull requests?

You need a valid GH_TOKEN environment variable for GitHub REST API authentication. The tool uses standard curl requests to interact with the repository, requiring no additional CLI installations.

Can I filter automated GitHub issue fixes by labels or milestones?

You can specify a different model for the sub-agents using the --model flag. This allows you to select alternative models like glm-5 to implement the GitHub issue fixes.

How do I monitor and address GitHub PR review comments automatically?

Yes, you can use the --fork user/repo argument to direct the sub-agents to open pull requests from a forked repository instead of pushing directly to the main codebase.

What is the best way to run continuous automated triage for GitHub issues?

You can use the --dry-run flag to simulate the process. This allows the sub-agents to fetch and analyze GitHub issues without actually committing fixes or opening pull requests.