github-issues

Automate GitHub issue creation, search, triage, commenting, assignment, and state changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub issues—creating them, finding the right ones, labeling, assigning, commenting, and closing—can be slow and inconsistent, especially when you need to triage many reports or keep workflows updated across PRs.

Core Features & Use Cases

  • Create and document issues with clear titles, bodies, labels, and assignees for bugs and feature requests.
  • Search and view issues efficiently to quickly locate relevant reports by text, state, labels, or assignees.
  • Triage workflows that help you label priority, assign ownership, and add informative comments, including bulk closing patterns.

Quick Start

Ask the agent to create a new issue in the current repo with a title, a structured bug template body, and the labels and assignee you specify.

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 assignment for my repository?

You can automate GitHub issue creation by providing a title, structured body, labels, and assignees to generate issues directly within your repository context. The Skill uses gh CLI or token-based REST API calls via curl to apply repository-scoped workflows for debugging support and backlog grooming.

What's the best way to triage and bulk close GitHub issues tied to PR merges?

Triage GitHub issues by labeling priority, assigning ownership, and adding informative comments through automated workflows. The Skill supports bulk closing patterns and state changes tied to PR merge keywords, operating within a git repo context using origin remote or explicitly provided OWNER/REPO values.

How do I search and view GitHub issues by labels, state, or assignee?

Search and view GitHub issues by filtering for specific text, state, labels, or assignees to quickly locate relevant reports. The Skill automates issue search operations using gh CLI when available or token-based REST API calls via curl, operating within your git repository context.

Do I need GitHub CLI or a personal access token to manage issues via REST API?

You need GitHub authentication via gh CLI when available or token-based REST API calls via curl to manage issues. The Skill requires operating within a git repo context using the origin remote or explicitly provided OWNER/REPO values to execute repository-scoped issue workflows.

Can I add comments and change issue states in bulk for backlog grooming?

Add comments and change issue states in bulk for backlog grooming using the Skill's triage workflows. It automates commenting, assignment, label and priority management, and state changes for software teams, requiring GitHub authentication and repository context via origin remote or OWNER/REPO values.