github-issues

Automate GitHub issue triage and management via gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub issues across repositories can be tedious and error-prone. This Skill centralizes viewing, creating, labeling, assigning, commenting, and closing issues via gh CLI or REST API, enabling teams to triage faster and stay aligned.

Core Features & Use Cases

  • View and search issues across repos using gh or the REST API (curl).
  • Create issues with structured templates and link issues to PRs.
  • Manage lifecycle: add/remove labels and assignees, comment, close/reopen issues.
  • Triage workflow: identify untriaged issues, classify, and assign owners with notes for cross-team collaboration.
  • Quick Start templates for bug reports and feature requests to standardize input.

Quick Start

List open issues for the current repository and apply triage by labeling, assigning, commenting, and closing 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 automate GitHub issue triage across multiple repositories?

Automate GitHub issue triage by using a unified workflow to view, search, filter by labels, assign reviewers, and close issues across any repository or organization via gh CLI or REST API.

Can I use curl and the REST API instead of gh CLI to manage GitHub issues?

Yes, you can manage GitHub issues using the REST API via curl, supporting operations such as viewing, creating, updating labels and assignees, adding comments, and closing or reopening issues.

How do I create standardized bug reports and feature requests for GitHub issues?

Create standardized GitHub issues using structured Quick Start templates for bug reports and feature requests, ensuring consistent input and standardizing issue formatting for triage workflows.

What is the best way to link GitHub issues to pull requests in a triage workflow?

Link GitHub issues to pull requests within an automated triage workflow that identifies untriaged issues, classifies them, assigns owners, and adds notes for cross-team collaboration.

Do I need any specific dependencies installed to automate GitHub issue management?

No specific dependencies are required to automate GitHub issue management, as the workflow supports standard tools like gh CLI and curl for REST API operations natively within your environment.

How does automated issue labeling and assignment work for untriaged GitHub issues?

Automated issue triage identifies untriaged GitHub issues, classifies them by applying labels, assigns owners to designated reviewers, and posts comments to document cross-team decisions.