github-issues

Manage GitHub issues via gh CLI or curl with CRUD operations.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill github-issues-ragnarokhaa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/skills/github/github-issues
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill github-issues-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined approach to managing GitHub issues, allowing users to create, search, and organize issues directly with simple commands, improving project workflow and team collaboration.

Core Features & Use Cases

  • Issue Management: Create, edit, triage, and close GitHub issues.
  • Search and Filter: Locate and filter issues based on state, labels, and assignees.
  • Automation: Execute commands to list, create, assign, label, comment, and close issues.

Quick Start

Run 'gh issue list' to view all open issues in the current repository.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I manage GitHub issues from the command line?

The Skill supports GitHub issue management via gh CLI or curl, enabling CRUD operations for issues, search filters, and integration with the GitHub REST API to automate workflows.

Can I filter and search GitHub issues by labels and assignees?

Yes, you can filter GitHub issues by state, labels, and assignees using command line queries to locate and organize relevant issues for your project workflow.

Do I need both gh and curl installed to automate GitHub issue management?

No, you can use either gh CLI or curl to automate GitHub issue management. Having either dependency installed lets you execute commands to list, create, assign, label, comment, and close issues.

What is the best way to automate creating and assigning GitHub issues?

The best way to automate creating and assigning GitHub issues is by executing commands via gh CLI or curl, leveraging GitHub REST API integration to streamline workflows and team collaboration.

Does this approach work for project managers who need to triage GitHub issues?

Yes, this approach is suitable for project managers who need to triage GitHub issues, providing a streamlined method to create, search, organize, and close issues via command line automation.