github-issues

Manage GitHub issue lifecycles across repositories using gh CLI or curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management can be tedious and error-prone when manually creating, triaging, labeling, assigning, and closing issues across repositories. This skill automates and streamlines these workflows using gh CLI or curl to ensure consistent project governance.

Core Features & Use Cases

  • Create, search, triage, and manage GitHub issues across repos.
  • View, edit labels, assign people, and link issues to PRs.
  • Use cases include triaging new bugs, bulk labeling and assignment, and automating routine issue lifecycles.

Quick Start

Create a new issue in the current repository with title 'Bug: example' and label 'bug'.

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 and labeling across multiple repositories?

You can automate GitHub issue triage and labeling across repositories by using this skill to bulk assign owners, filter issues by labels, and apply templates for bug reports or feature requests via gh CLI or curl.

Can I create a new GitHub issue with specific labels using the gh CLI?

Yes, you can create a new GitHub issue with specific labels using the gh CLI by deriving the repository context from your local git remote and passing the title and label parameters to apply consistent project governance.

Does this skill work with curl and the GitHub REST API instead of the gh CLI?

Yes, this skill works with curl and the GitHub REST API instead of the gh CLI, allowing you to list, filter, assign, and link issues to pull requests without requiring the GitHub command line interface.

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

The best way to link GitHub issues to pull requests automatically is to use this skill's lifecycle management features, which derive repository context from your local git remote to connect issues with PRs during routine workflows.

Do I need to configure my local git remote to manage GitHub issues with this skill?

Yes, you need a configured local git remote because this skill derives the repository context directly from it to determine the target repository for creating, triaging, and assigning issues.

Why should I use automation for GitHub issue management instead of manual triage?

You should use automation for GitHub issue management because manual triage is tedious and error-prone, whereas this skill ensures consistent project governance through automated labeling, assignment, and bulk operations.