gh-issues

Automate GitHub issue and pull request management via the REST API.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill gh-issues-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issues
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/gh-issues
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill gh-issues-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines GitHub issue management by automating the fetching, fixing, and review handling of issues, saving time and reducing manual effort.

Core Features & Use Cases

  • GitHub Issue Automation: Fetch, fix, and monitor GitHub issues using parallel sub-agents.
  • PR Handling: Spawn sub-agents to address PR review comments and manage PR lifecycle.
  • Use Case: Efficiently manage a team's GitHub issues and PRs by automating tasks like issue detection, code fixes, and PR review responses.

Quick Start

Use the /gh-issues command with parameters like 'owner/repo' and '--label bug' to fetch and fix GitHub issues.

Frequently Asked Questions about gh-issues

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

FAQPage Schema
How do I automate GitHub issue management and fix bugs in parallel?

Automate GitHub issue management by leveraging parallel sub-agents to fetch and fix issues via the GitHub REST API. This approach handles issue detection and applies code fixes concurrently, reducing manual monitoring effort across repositories.

How do I automate responses to GitHub pull request review comments?

Automate PR review responses by spawning sub-agents to address pull request comments and manage the PR lifecycle. This method uses the GitHub API to handle review feedback concurrently, streamlining team workflows and issue resolution.

Do I need the GitHub CLI installed to automate issue and PR handling?

Yes, automating GitHub issue and PR handling requires curl, git, and the gh CLI to be installed. These dependencies provide the necessary API interactions and repository access for the sub-agents to fetch and fix issues.

How do I fetch and fix GitHub issues with specific labels?

Fetch and fix labeled GitHub issues by running the automation command with parameters like 'owner/repo' and '--label bug'. This filters issues via the GitHub API and directs sub-agents to process only the specified tagged items.

What is the best way to handle a high volume of GitHub issues and PR reviews?

Handling a high volume of GitHub issues and PR reviews is best accomplished using parallel sub-agents. This architecture processes multiple issue fixes and review responses concurrently via the REST API, preventing bottlenecks.