github-issues

Manage GitHub issues via gh CLI and REST API.

Updated May 25, 2026
One-click install
npx skills add https://github.com/zaiyemeiyou404/Hermes --skill github-issues-zaiyemeiyou404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/zaiyemeiyou404/Hermes/tree/main/backup/skills/github/github-issues
Command: npx skills add https://github.com/zaiyemeiyou404/Hermes --skill github-issues-zaiyemeiyou404

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating, managing, and triaging GitHub issues, eliminating the need for manual intervention and reducing the time spent on issue management.

Core Features & Use Cases

  • Create Issues: Use the gh command or REST API to create new issues with titles, descriptions, labels, and assignees.
  • Manage Issues: View, edit, label, assign, comment on, and close issues directly through the Skill.
  • Triage Workflow: Categorize and prioritize issues efficiently with a simple triage process.
  • Bulk Operations: Perform batch operations on multiple issues at once, such as closing or labeling them.

Quick Start

Use the github-issues skill to list all open issues in your current GitHub repository.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I automate GitHub issue management for bug tracking?

You can automate GitHub issue management by using the gh command-line tool and REST API to create, view, update, and close issues, which streamlines bug tracking and reduces manual intervention in project management.

Can I perform bulk operations on multiple GitHub issues at once?

Yes, you can perform bulk operations on multiple GitHub issues at once, such as batch closing or labeling them. This allows you to categorize and prioritize issues efficiently through a simple triage process.

Do I need GitHub authentication and repository access to manage issues via the gh CLI?

Yes, managing issues via the gh CLI requires authentication with GitHub and proper repository access. You need to configure your credentials to create, edit, and triage issues successfully.

What's the best way to triage and categorize GitHub issues automatically?

The best way to triage and categorize GitHub issues is by using a Skill that supports labeling and assigning via the gh command or REST API, enabling an efficient workflow to prioritize and manage bug tracking tasks.

What dependencies are required to run scripts for GitHub issue automation?

Running scripts for GitHub issue automation requires dependencies including gh, curl, and python3. These tools facilitate the REST API calls and command-line operations needed to manage repository issues.