github-issues

Create, manage, and triage GitHub issues via gh CLI or REST API.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/aivos-xie/hermes-skills --skill github-issues-aivos-xie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/aivos-xie/hermes-skills/tree/main/github/github-issues
Command: npx skills add https://github.com/aivos-xie/hermes-skills --skill github-issues-aivos-xie

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating, managing, and triaging GitHub issues, streamlining project management and collaboration.

Core Features & Use Cases

  • Issue Creation: Create and manage GitHub issues using the gh command-line tool or REST API.
  • Issue Management: View, label, assign, and comment on issues.
  • Triage Workflow: Automate issue triage and categorization.
  • Bulk Operations: Perform bulk operations on issues, such as closing or labeling multiple issues at once.
  • Use Case: Efficiently manage a team's GitHub issues, ensuring that all issues are addressed in a timely manner.

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 triage for project management?

Automating GitHub issue triage is handled by using the gh command-line tool or REST API to categorize, label, assign, and comment on issues programmatically. This streamlines project management workflows by ensuring issues are addressed systematically.

Can I perform bulk operations on GitHub issues using the gh CLI?

Yes, you can perform bulk operations on GitHub issues using the gh CLI. The Skill supports executing bulk actions, such as closing or labeling multiple issues at once, to efficiently manage large volumes of repository issues.

Do I need to authenticate with GitHub to manage issues via REST API?

Yes, GitHub authentication and an existing GitHub repository are required to manage issues via REST API. You must authenticate your gh CLI or REST API requests to authorize issue creation, viewing, and modification within your repository.

What's the best way to create GitHub issues from the command line?

The best way to create GitHub issues from the command line is using the gh tool or curl for REST API requests. This Skill automates issue creation directly from your terminal, integrating smoothly into development and collaboration workflows.

How does issue management with gh compare to using the REST API directly?

Issue management with gh abstracts REST API complexities into simple command-line commands, whereas using the REST API directly via curl offers granular control over HTTP requests. Both methods automate issue triage and management but suit different scripting preferences.