gh-issues

Orchestrate parallel sub-agents to fix GitHub issues and open pull requests.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill gh-issues-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/skills/gh-issues
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill gh-issues-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, git, gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying, fixing, and submitting pull requests for GitHub issues, significantly accelerating development workflows.

Core Features & Use Cases

  • Automated Issue Triage: Fetches GitHub issues based on specified criteria (labels, assignees, milestones).
  • Sub-agent Orchestration: Spawns parallel sub-agents to implement fixes for identified issues.
  • Automated PR Creation: Creates pull requests from the generated fixes targeting the source repository.
  • Review Comment Handling: Monitors open PRs for review comments and spawns agents to address them.
  • Use Case: A project manager can use this Skill to automatically find all 'bug' labeled issues in a repository, have developers' AI agents fix them, and open PRs, all with a single command.

Quick Start

Use the gh-issues skill to fetch open bugs for the owner/repo 'myorg/myproject' and automatically create pull requests for them.

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 open pull requests?

To automatically fix GitHub issues and open pull requests, you can use an orchestration skill that spawns parallel sub-agents to implement code changes, create branches, and submit PRs directly to your repository.

Can I filter GitHub issues by labels before automatically generating pull requests?

Yes, you can filter GitHub issues by specific criteria such as labels, assignees, and milestones before spawning sub-agents to implement fixes and generate pull requests for the identified issues.

Do I need the gh CLI installed to automate pull request creation from GitHub issues?

Yes, you need the gh CLI installed along with curl and git to automate pull request creation, as these dependencies handle the GitHub API interactions and version control operations required for branch management.

How does automated pull request review comment resolution work?

Automated review comment resolution works by monitoring open pull requests for reviewer feedback and spawning dedicated sub-agents to address those comments, implement changes, and update the PR automatically.

What is the best way to handle multiple bug fixes in a GitHub repository simultaneously?

The best way to handle multiple bug fixes simultaneously is by orchestrating parallel sub-agents that independently implement code changes for each identified issue, create dedicated branches, and open individual pull requests.

What are the limitations of using sub-agents for automated issue triage and PR creation?

Limitations of automated issue triage include relying on pre-flight checks and the correct configuration of dependencies like curl, git, and gh, which are required for sub-agents to successfully execute version control and API operations.