github-issues

Manage GitHub issues via gh CLI and REST API calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes the management of GitHub issues by enabling creation, search, triage, labeling, assignment, and commenting, and cross-referencing with PRs via gh CLI or REST calls.

Core Features & Use Cases

  • Create, view, and update issues using gh and curl.
  • Triage and bulk manage issues with labels, assignees, and comments.
  • Link issues to related PRs and perform common automation tasks in pipelines or bots.

Quick Start

Create a new issue in your repository using gh with a title and body.

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 creation and triage from the command line?

You can automate GitHub issue creation and triage by running gh or curl commands from the terminal to create, search, label, and assign issues across repositories and organizations.

What is the best way to bulk manage GitHub issues with labels and assignees?

Bulk managing GitHub issues involves using gh or curl to apply labels and assignees to multiple issues at once, streamlining project maintenance and team collaboration workflows.

Can I use curl to interact with the GitHub REST API for issue management?

Yes, you can use curl to interact with the GitHub REST API for issue management, enabling creation, search, triage, and commenting without requiring the gh CLI.

Does this approach work with GitHub issues across forks and organizations?

Yes, managing GitHub issues with gh or curl works across repositories, forks, and organizations, supporting software development workflows and project maintenance.

How do I link GitHub issues to related pull requests using gh?

You can link GitHub issues to related pull requests by using gh or curl commands to cross-reference issues with PRs, enabling automated workflows and better project tracking.