github-issues

Manage GitHub issue lifecycles via GitHub CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill removes the friction from managing GitHub issues by providing a unified interface to create, triage, and update tickets without leaving your terminal or agent workspace.

Core Features & Use Cases

  • Unified Triage: Quickly list, filter, and label open issues to maintain a clean project backlog.
  • Automated Workflows: Create issues using standardized templates and link them directly to development branches.
  • Use Case: When a bug is reported, use this Skill to automatically assign the issue to the correct developer, apply the appropriate priority labels, and post a triage comment to keep the team informed.

Quick Start

Use the github-issues skill to list all open issues labeled as bug 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 automate GitHub issue triage and management from the terminal?

Automating GitHub issue triage is achieved by using the GitHub CLI or REST API to list, filter, and label open issues. This provides a unified interface to update tickets and maintain a clean project backlog without leaving the terminal.

How do I automatically create and assign GitHub issues to developers?

To create and assign GitHub issues automatically, use this Skill to generate tickets with standardized templates and link them to development branches. It can automatically assign issues to developers and apply priority labels during bug tracking.

Does this GitHub issue management Skill require authenticated repository access?

Yes, authenticated GitHub issue management requires authenticated access to GitHub repositories. You also need standard git configuration for remote URL resolution to manage issue lifecycles through the GitHub CLI or REST API.

What is the best way to filter open GitHub issues labeled as bugs?

The best way to filter open GitHub issues labeled as bugs is to use the Skill's unified triage interface. It quickly lists and filters open issues by labels like bug, allowing you to maintain a clean project backlog efficiently.

Can I post triage comments and update issue statuses using the GitHub REST API?

Yes, you can post triage comments and update issue statuses using the GitHub REST API. The Skill manages the entire GitHub issue lifecycle, including creation, labeling, assignment, and posting comments to keep the team informed.