github-issues

Automate GitHub issue triage, labeling, assignment, and commenting via gh or REST APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage, label, assign, and manage GitHub issues efficiently using the gh CLI or REST APIs, reducing manual overhead and backlog.

Core Features & Use Cases

  • Create, search, triage, and manage issues across repositories.
  • Apply labels, assign owners, and add comments to track progress.
  • Use cases include onboarding a new project, triaging bug reports, and coordinating feature requests.

Quick Start

Authenticate with GitHub, select a repository, and start creating, labeling, and triaging issues.

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?

Automate GitHub issue triage by using the gh CLI or REST APIs to streamline labeling, assignment, and commenting. This reduces manual overhead and helps manage backlogs efficiently across personal or team repositories.

What is the best way to manage GitHub issue lifecycles across different operating systems?

Managing GitHub issue lifecycles is supported across Linux, macOS, and Windows environments. You can create, search, label, assign, and close issues consistently by utilizing gh CLI and API-based operations with robust error handling.

Do I need an authenticated token to create and assign issues via the gh CLI?

Yes, an authenticated token and configured repository context are required prerequisites to create and assign issues. Authenticated access ensures secure API operations for managing your GitHub issues.

Can I use gh CLI to filter issues by labels and add comments for tracking progress?

Yes, you can filter issues by labels and add comments to track progress using the gh CLI. It supports common workflows like triaging bug reports and coordinating feature requests within your repository.

How does REST API issue management compare to using the gh CLI for repository triage?

REST API issue management provides robust, scriptable operations for repository triage, while the gh CLI offers streamlined command-line workflows. Both approaches support creating, labeling, assigning, and closing issues effectively.