github-issues

Manage GitHub issue lifecycles via the GitHub CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the friction of switching between browser tabs and terminal windows to manage project backlogs, allowing you to triage, assign, and update issues directly from your command line.

Core Features & Use Cases

  • Unified Management: Create, view, label, and assign issues using either the GitHub CLI or direct API calls.
  • Automated Triage: Quickly filter for untriaged issues and apply labels or priority tags in bulk.
  • Use Case: A developer can instantly list all open bugs labeled as needs-triage, assign them to a team member, and add a priority label without leaving their current terminal session.

Quick Start

Use the github-issues skill to list all open issues in the current repository that are labeled as needs-triage.

Frequently Asked Questions about github-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage GitHub issues from the command line?

You can triage GitHub issues directly from the command line by using the GitHub CLI or REST API to filter untriaged issues and apply priority tags or labels in bulk without leaving your terminal.

How do I automate GitHub issue creation and assignment?

Automate GitHub issue creation and assignment by executing commands through the GitHub CLI or authenticated REST API calls to manage the entire issue lifecycle and assign team members programmatically.

Can I manage GitHub project backlogs without switching to a browser?

Yes, you can manage GitHub project backlogs entirely without a browser by using command-line utilities to view, label, and assign issues directly within your git-initialized repository environment.

What do I need to manage GitHub issues via the command line?

To manage GitHub issues via the command line, you need authenticated access to the GitHub API, a git-initialized repository, and standard command-line utilities for processing JSON responses.

Does GitHub issue triage automation work with bulk labeling?

Yes, GitHub issue triage automation supports bulk labeling, allowing you to quickly filter open issues like those tagged needs-triage and apply labels or priority tags to multiple items simultaneously.

What is the best way to track bugs in a git repository?

The best way to track bugs in a git repository is using CLI-based GitHub issue management to create, label, and assign bug reports directly from your development environment for streamlined project management.