github-issues

Manage GitHub issue lifecycles via CLI or REST API.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill github-issues-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill github-issues-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill eliminates the friction of switching between browser-based issue tracking and command-line workflows, allowing for rapid triage and management of GitHub issues directly from your terminal.

Core Features & Use Cases

  • Unified Management: Create, list, label, assign, and close issues using either the GitHub CLI or direct REST API calls.
  • Automated Triage: Quickly filter and process issues labeled as needs-triage to maintain a clean and actionable project backlog.
  • Use Case: A developer can instantly list all open bugs, assign them to a specific team member, and add a priority label without ever leaving their development environment.

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 manage GitHub issues from the command line without switching to a browser?

You can manage GitHub issues directly from the command line by using the GitHub CLI or REST API to create, list, label, assign, and close issues. This eliminates browser-based friction and streamlines project maintenance workflows.

Can I automate GitHub issue triage for bugs labeled needs-triage?

Yes, automated GitHub issue triage supports quickly filtering and processing issues labeled as needs-triage. This allows you to maintain a clean and actionable project backlog by automating the triage workflow directly.

Do I need a personal access token to manage GitHub issue lifecycles via REST API?

Yes, managing GitHub issue lifecycles via REST API requires authenticated access to GitHub. You can authenticate either by using the gh CLI or by providing a personal access token for API interaction.

What is the best way to assign and label multiple GitHub issues in bulk?

The best way to assign and label multiple GitHub issues in bulk is by using automated project maintenance workflows. This skill supports bulk issue operations across repository environments via CLI or REST API calls.

Does this approach work for creating and closing GitHub issues across different repository environments?

Yes, this approach works across different repository environments. It manages the complete GitHub issue lifecycle, supporting creation, triage, labeling, assignment, and closing operations across multiple repository environments.