gh-issues

Fetch GitHub issues and open fix pull requests with review follow-up.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill gh-issues-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/enclawed/enclawed-oss/tree/main/skills/gh-issues
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill gh-issues-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the full GitHub issue-to-PR workflow so an AI can fetch issues, coordinate fixes, and keep pull requests moving without manual orchestration.

Core Features & Use Cases

  • Issue Triage and Filtering: Pulls issues by label, milestone, assignee, and state to focus on the most relevant work.
  • Parallel Fix Execution: Spawns sub-agents to analyze code, implement minimal fixes, test changes, commit, push, and open pull requests.
  • Review Follow-Up: Monitors open fix branches and PR review comments, then routes actionable feedback back into new fix passes.
  • Operational Modes: Supports watch mode, dry runs, cron-safe runs, fork-based workflows, and notification handoff for unattended automation.
  • Use Case: A team can point it at a busy repository and let it process a backlog of bugs while continuously handling review feedback on existing fix PRs.

Quick Start

Use gh-issues to fetch open issues from a repository, choose which ones to process, and let it open fix pull requests while tracking review comments.

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 turn them into pull requests?

To automatically fix GitHub issues and generate pull requests, this Skill fetches issues by label or milestone, spawns sub-agents to implement code fixes, and pushes branches to open pull requests.

Can I automate GitHub pull request review comment handling?

Yes, you can automate pull request review comment handling. The Skill monitors open fix branches and PR review comments, routing actionable feedback back into new fix passes.

Does this automated issue triage support fork-based contribution workflows?

Yes, automated issue triage supports fork-based contribution workflows. It manages repository triage, branch management, and token resolution to process fixes from forks.

What is needed to run automated GitHub issue processing in cron-triggered batch mode?

Running automated GitHub issue processing in cron-triggered batch mode requires curl, git, and GitHub REST API access for token resolution. It supports cron-safe runs and unattended notification handoff.

How do I filter GitHub issues for automated repository triage?

To filter GitHub issues for automated repository triage, the Skill pulls issues by label, milestone, assignee, and state to focus sub-agents on the most relevant work.

What are the limitations of using AI to auto-fix GitHub issues?

A limitation of using AI to auto-fix GitHub issues is the dependency on GitHub REST API access and token resolution. It relies on sub-agents for minimal fixes, requiring review follow-up for complex changes.