github-issues

Automate GitHub issue lifecycle management across repositories via gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management is repetitive and error-prone when triaging, labeling, assigning, and closing issues across repositories. This skill automates common workflows to keep issue queues tidy and actionable.

Core Features & Use Cases

  • Viewing and listing issues across repos with filters (state, label, assignee, search).
  • Creating, labeling, assigning, commenting on issues, and closing or reopening them via gh or the REST API.
  • Linking issues to pull requests and bulk triage for teams handling multiple issues.

Quick Start

Ask the AI to view, filter, label, assign, and close GitHub issues across a repository.

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?

You can automate GitHub issue triage by viewing, filtering, labeling, assigning, and closing issues across repositories using this skill. It leverages gh CLI and REST API curl fallbacks for consistent lifecycle management.

Can I use gh CLI to filter and assign GitHub issues in bulk?

Yes, you can use gh CLI to filter and assign GitHub issues in bulk. This skill applies filters by state, label, and assignee, enabling bulk triage workflows for teams handling multiple issues simultaneously.

Do I need authentication set up to manage GitHub issues via curl?

Yes, authentication is required to manage GitHub issues via curl. This skill requires proper authentication and repository context to execute REST API fallbacks for viewing, labeling, and closing issues.

What is the best way to link GitHub issues to pull requests during triage?

The best way to link GitHub issues to pull requests during triage is through this skill's lifecycle management. It enables connecting issue tracking with PR links to maintain tidy queues across active software projects.

Does this GitHub issue automation work without installing extra dependencies?

This GitHub issue automation requires no extra dependencies beyond the standard environment. It relies on existing gh CLI and curl REST API tools, needing only authentication and repository context to operate.