github-issues

View, create, and triage GitHub issues using gh CLI or curl REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management is tedious and error-prone when triaging, labeling, and coordinating across teams.

Core Features & Use Cases

  • Create issues from local context and PR references
  • List, search, view, and triage issues with gh or curl
  • Label, assign, and close issues to keep projects on track

Quick Start

Use this skill to view, create, label, assign, and close GitHub issues using gh or a curl-based REST API fallback.

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 repositories?

You can automate GitHub issue triage and labeling across repositories by using this skill to list, search, view, label, assign, and close issues. It streamlines issue management through gh CLI workflows or a curl-based REST API fallback.

Can I manage GitHub issues using curl if the gh CLI is not installed?

Yes, you can manage GitHub issues using curl if the gh CLI is unavailable. This skill provides a curl-based REST API fallback to view, create, label, assign, and close issues when your environment lacks the gh CLI.

What do I need to create and triage GitHub issues from my local environment?

To create and triage GitHub issues, you need GitHub authentication and a local git repository configured with a GitHub remote. This allows the skill to interact with your repository's issues using gh or curl.

What is the best way to create GitHub issues from local context and PR references?

The best way to create GitHub issues from local context and PR references is using this skill's automated workflows. It leverages your local git repository and GitHub remote to generate issues directly from your current development context.

Does this approach work for coordinating GitHub issue tracking across teams?

Yes, this approach works for coordinating GitHub issue tracking across teams. By automating the labeling, assignment, and closing of issues, it reduces the manual overhead and errors typically associated with cross-team issue management.