gh-issues

Fetch GitHub issues, spawn sub-agents to fix them, and open pull requests.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/FatBy/DD-OS --skill gh-issues-fatby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/FatBy/DD-OS/tree/main/skills/gh-issues
Command: npx skills add https://github.com/FatBy/DD-OS --skill gh-issues-fatby

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching GitHub issues, spawning sub-agents to implement fixes, opening pull requests, and monitoring review comments, significantly streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Triage & Fixing: Automatically identifies, assigns, and fixes GitHub issues.
  • End-to-End PR Management: Creates branches, commits code, opens PRs, and handles review feedback.
  • Configurable Workflow: Supports various filters (labels, milestones, assignees) and modes (watch, dry-run, cron).
  • Use Case: A project maintainer can use this Skill to automatically fix all 'bug' labeled issues in a repository, ensuring faster resolution times and improved code quality.

Quick Start

Use the gh-issues skill to fetch and fix all open 'bug' issues in the 'owner/repo' repository, automatically creating pull requests.

Frequently Asked Questions about gh-issues

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

FAQPage Schema
How do I automate fixing GitHub issues and opening pull requests?

Automating GitHub issue resolution involves fetching issues, spawning parallel sub-agents to implement fixes, and opening pull requests. This process streamlines development workflows by automatically creating branches, committing code, and managing end-to-end PRs.

Can I filter which GitHub issues are automatically assigned and fixed?

Yes, you can filter GitHub issues for automated fixing using configurable parameters like labels, milestones, and assignees. This allows you to target specific subsets of issues, such as automatically resolving all open 'bug' labeled issues in a repository.

How does automated pull request review comment handling work?

Automated PR review comment handling works by managing feedback via the GitHub REST API exclusively. The system orchestrates issue resolution by spawning parallel sub-agents to implement fixes, open pull requests, and monitor subsequent review comments.

What is the best way to run continuous automated issue resolution for a repository?

The best way to run continuous automated issue resolution is by using cron-based execution. This mode orchestrates the automated fetching and fixing of GitHub issues, spawning parallel sub-agents to continuously monitor and resolve issues over time.

Does automated GitHub issue resolution support forking workflows?

Yes, automated GitHub issue resolution supports forking workflows alongside configurable filtering and pre-flight checks. It manages issue fetching and parallel sub-agent execution via the GitHub REST API to safely implement fixes and open pull requests.

Can I test automated GitHub issue fixing without creating actual pull requests?

Yes, you can test automated GitHub issue fixing without creating actual pull requests by using a dry-run mode. This allows you to validate the workflow of fetching issues and spawning sub-agents before executing actual code commits and PR creation.