gh-issues

Convert GitHub issues into merged pull requests using the GitHub CLI.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill gh-issues-moodmnky-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/gh-issues
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill gh-issues-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually triaging GitHub issues, creating fix branches, opening pull requests, and processing review comments consumes significant engineering time and leads to inconsistent workflow execution across teams.

Core Features & Use Cases

  • Automated Issue Triage: Fetch and filter open GitHub issues by label, milestone, assignee, or state to identify high-priority fix candidates.
  • End-to-End PR Automation: Spawn background agents to implement minimal fixes, run tests, and open pull requests against the target repository's default branch.
  • PR Review Handling: Automatically process actionable review comments on fix PRs, push minimal patches, and reply to addressed feedback.
  • Use Case: Engineering teams managing high volumes of routine bug reports can use this skill to automate the entire fix workflow from issue intake to PR review, reducing manual overhead and accelerating bug resolution.

Quick Start

Use the gh-issues skill to automatically fetch all open high-priority bug issues from your repository, spawn background fix agents for approved candidates, and open pull requests with minimal fixes and test verification.

Frequently Asked Questions about gh-issues

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

FAQPage Schema
How do I automate converting GitHub issues into pull requests?

You can automate converting GitHub issues into pull requests by using workflow automation to fetch, triage, and spawn background fix agents that open PRs. This process requires the GitHub CLI and Git command-line tools to handle end-to-end issue resolution automatically.

Can I automatically process actionable PR review comments on GitHub?

Yes, you can automatically process actionable PR review comments on GitHub by applying workflow automation that pushes minimal patches and replies to addressed feedback. This handles routine review iterations without requiring manual code review intervention.

Do I need a GH_TOKEN environment variable configured for GitHub issue automation?

Yes, you need a GH_TOKEN environment variable configured for repository authentication and access when running GitHub issue automation. A valid token alongside the GitHub CLI and Git command-line tools is required to execute automated fix workflows.

How do I filter high-priority bug issues for automated PR generation?

You filter high-priority bug issues for automated PR generation by fetching open issues based on label, milestone, assignee, or state. This triage mechanism identifies approved fix candidates to spawn background agents for minimal fixes.

What is the best way to reduce manual overhead for routine bug tracking on GitHub?

The best way to reduce manual overhead for routine bug tracking on GitHub is implementing end-to-end workflow automation. This handles the entire fix workflow from issue intake to PR review, accelerating bug resolution across engineering teams.