gh-issues

Automate GitHub issue triage and fixes via sub-agents and pull requests.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill gh-issues-bitan-del
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/gh-issues
Command: npx skills add https://github.com/bitan-del/gods-eye --skill gh-issues-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates automated triage and remediation of GitHub issues by spawning sub-agents that implement fixes and open pull requests, while monitoring PR reviews to ensure timely resolution.

Core Features & Use Cases

  • Phase-driven orchestration: Parse arguments, fetch issues, present candidates, perform pre-flight checks, and spawn sub-agents to fix issues.
  • Cron and watch modes: Supports scheduled runs and continuous polling for new issues, with auto-confirm options and claims tracking.
  • GitHub-only automation: Uses curl + GitHub REST API with GH_TOKEN (no gh CLI required) to create PRs and track progress.

Quick Start

Invoke /gh-issues with your target repository and optional flags to start auto-fixing issues and opening 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 fixes and pull request creation?▼

Automated GitHub issue fixes are orchestrated by spawning sub-agents to implement code changes and open pull requests directly. This Skill handles triage, pre-flight checks, and PR generation using the GitHub REST API.

Can I automatically triage GitHub issues by label, milestone, or assignee?▼

Yes, GitHub issue triage supports filtering by label, milestone, and assignee. It fetches issues matching your criteria and presents candidates before spawning sub-agents to resolve them.

Do I need the gh CLI installed to automate GitHub pull requests?▼

No, you do not need the gh CLI. All GitHub operations use curl commands with a Bearer token via the GH_TOKEN environment variable and the GitHub REST API to create pull requests and track progress.

How does continuous issue monitoring work for GitHub repositories?▼

Continuous GitHub issue monitoring runs via cron or watch modes. Watch mode polls for new issues, while cron mode schedules automated runs, both tracking claims and spawning sub-agents to open fixes.

What is the best way to automatically resolve GitHub issues with sub-agents?▼

The best way to resolve GitHub issues with sub-agents is using a phase-driven orchestration process. It parses arguments, fetches issues, performs pre-flight checks, and spawns sub-agents to implement fixes and open PRs.

Does this GitHub automation tool support working with forks?▼

Yes, fork mode is supported for GitHub issue automation. You can configure the sub-agents to target repository forks when implementing fixes and opening pull requests.