gh-issues

Automate GitHub issue triage and pull request creation via sub-agents.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill gh-issues-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/gh-issues
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill gh-issues-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management typically involves repetitive triage, manual assignment, and back-and-forth between issues and PRs. This Skill orchestrates the process by fetching issues, spawning deterministic sub-agents to implement fixes, and opening pull requests, all while monitoring reviews and coordinating fork workflows.

Core Features & Use Cases

  • Fetch issues with labels, milestones, and assignees, then monitor for new activity
  • Spawn parallel sub-agents to implement fixes and open PRs
  • Support fork-based workflows, token-based authentication, and PR review handling
  • Cron mode for cron-safe processing and watch mode for continuous operation, with optional model selection and notify-channel

Quick Start

Invoke /gh-issues with an owner/repo and optional flags to auto-fetch issues, spawn fix agents, and open 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 fix pull request creation?

Automate GitHub issue triage by fetching labeled issues and spawning sub-agents to implement fixes, which then automatically open pull requests. This orchestrates the entire workflow from token resolution and issue retrieval to fork handling and PR review monitoring.

Can I use sub-agents to automatically create PRs for fork-based GitHub repositories?

Yes, you can use sub-agents to automatically create PRs for fork-based GitHub repositories. The automation handles fork workflows and token-based authentication to spawn agents that implement fixes and submit pull requests.

How does sub-agent orchestration work for implementing GitHub issue fixes?

Sub-agent orchestration for GitHub issue fixes works by spawning parallel deterministic agents to implement code changes based on retrieved issues. It coordinates multi-phase processing, optional model selection, and notification channels while monitoring PR reviews.

What's the best way to monitor GitHub issues for new activity and automatically assign milestones?

The best way to monitor GitHub issues for new activity and assign milestones is using watch mode for continuous operation. It fetches issues by labels, milestones, and assignees, tracking updates to trigger automated sub-agent fixes.

Does GitHub issue automation support cron mode for scheduled processing of maintenance projects?

Yes, GitHub issue automation supports cron mode for scheduled, cron-safe processing of maintenance projects. This allows continuous operation alongside watch mode, with optional model selection and notify-channel configurations.

Do I need a GitHub token to automate issue fixes and open pull requests?

Yes, you need a GitHub token to automate issue fixes and open pull requests. The process requires token-based authentication for issue retrieval, fork handling, and PR creation within the multi-phase orchestration workflow.