github-issues

Create, search, and manage GitHub issues with labels and assignments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of finding, creating, labeling, assigning, commenting on, and closing GitHub issues during day-to-day bug tracking and triage.

Core Features & Use Cases

  • View, search, and inspect issues across a repository.
  • Create issues from bug reports or feature requests, then label, assign, comment, close, reopen, or manage them in bulk.
  • Use it for release triage, backlog cleanup, and turning user reports into structured, actionable work items.

Quick Start

Ask the assistant to triage the open issues in the current GitHub repository and label, assign, or close them as appropriate.

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 in bulk for repository triage?

To manage GitHub issues in bulk, you can use this Skill to perform triage by labeling, assigning, commenting, closing, and reopening multiple issues across a repository. It streamlines backlog cleanup and release triage workflows.

What is the best way to automate GitHub issue creation from bug reports?

Automating GitHub issue creation from bug reports is done by converting user reports into structured work items. This Skill creates issues and automatically applies initial labels and assignments to track them effectively.

Do I need to authenticate my GitHub repository to use CLI issue management?

Yes, you need authenticated access to the target GitHub repository. This Skill requires valid GitHub credentials to execute issue search, creation, triage, and bulk operations via the GitHub CLI or REST API fallback.

How does the GitHub CLI handle issue search compared to the REST API?

The GitHub CLI is used first for issue search and management, with a REST API fallback mechanism. This approach ensures repository workflows like viewing, inspecting, and triaging issues remain functional even if CLI commands fail.

Can I use GitHub CLI to search and inspect open issues for release triage?

Yes, you can view, search, and inspect open issues across a repository specifically for release triage. This Skill leverages GitHub CLI capabilities to filter and evaluate issues before applying bulk actions like labeling or closing.

Why does GitHub issue labeling and assignment fail during bulk operations?

GitHub issue labeling and assignment can fail during bulk operations if repository authentication is missing or permissions are insufficient. This Skill requires authenticated access to successfully apply labels, assignees, and comments.