github-issues

Create, manage, and search GitHub issues via the GitHub API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-cli, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages GitHub issues through GitHub CLI or REST API, simplifying the process of creating, triaging, labeling, assigning, and commenting on issues.

Core Features & Use Cases

  • Create and Manage Issues: Create new issues, assign them to team members, and track their progress.
  • Triage Issues: Filter and prioritize issues based on state, labels, or assignees.
  • Bulk Operations: Close or label multiple issues at once for efficient management.
  • Search and View Issues: Easily find and view issue details with various filters.
  • Use Case: Ideal for software development teams to streamline their bug tracking and issue management process.

Quick Start

Use the github-issues skill to list open issues in your repository with the command 'hermes github-issues list'.

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 issues management by using the GitHub CLI or REST API to script the creation, triaging, labeling, and assignment of issues for efficient bug tracking and project management.

Can I perform bulk operations on GitHub issues?

Yes, you can perform bulk operations to close or apply labels to multiple GitHub issues at once, enabling efficient management and triage of large backlogs in software development environments.

Do I need the GitHub CLI to manage issues, or can I use the REST API?

You do not need the GitHub CLI exclusively; you can also manage issues directly through the GitHub REST API. The skill supports both interaction methods for creating and triaging issues.

What is the best way to search and filter GitHub issues for project management?

The best way to search and filter GitHub issues is by using API queries to find specific issue details based on their state, labels, or assignees, streamlining your project management workflow.

What dependencies are required to interact with the GitHub API for issue tracking?

To interact with the GitHub API for issue tracking, your environment needs the github-cli and the requests library installed to facilitate command-line interactions and REST API calls.