gh-issues

Automate GitHub issue fixes by spawning parallel sub-agents to create branches and open pull requests.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ybsa/sovereign-kernel --skill gh-issues-ybsa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/ybsa/sovereign-kernel/tree/main/crates/sk-tools/skills/gh-issues
Command: npx skills add https://github.com/ybsa/sovereign-kernel --skill gh-issues-ybsa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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 even handling review comments, significantly streamlining the development workflow.

Core Features & Use Cases

  • Automated Issue Triage & Fixing: Automatically identifies, diagnoses, and fixes bugs or enhancements reported in GitHub issues.
  • End-to-End PR Management: Creates branches, commits code, pushes to forks, and opens pull requests with detailed descriptions.
  • Continuous Monitoring: Can watch for new issues and review comments, ensuring timely responses.
  • Use Case: A developer can use this Skill to automatically fix all 'bug' labeled issues in a repository, create PRs for them, and even handle subsequent review comments, freeing up their time for more complex tasks.

Quick Start

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

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

Automating GitHub issue fixes and pull request creation is handled by spawning parallel sub-agents that implement code changes, push branches to a specified fork or repository, and open pull requests with detailed descriptions.

Can I automatically resolve GitHub pull request review comments?

Automating GitHub pull request review comment resolution is supported by collecting sub-agent execution results and applying subsequent code fixes based on the feedback received from repository reviewers.

Does this GitHub issue automation tool support continuous monitoring for new bugs?

Continuous monitoring for new GitHub issues and review comments is supported through a cron-based execution mode, ensuring timely automated responses to newly reported issues and pull request feedback.

How do I run automated code fixes for all issues with a specific label?

Running automated code fixes for labeled GitHub issues involves parsing issue labels, performing pre-flight checks, and spawning sub-agents to implement fixes and open pull requests for matching repository items.

Do I need to specify a fork repository for automated pull request creation?

Specifying a fork or target repository is required for automated pull request creation, as the Skill pushes committed code changes to the designated repository when opening pull requests for issue fixes.