github-issues

Create, view, update, and close GitHub issues via CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, managing, and triaging GitHub issues, reducing the manual overhead associated with project tracking and bug management.

Core Features & Use Cases

  • Issue Creation: Create new GitHub issues with titles, bodies, labels, and assignees.
  • Issue Management: View, update labels, assign/unassign users, and comment on existing issues.
  • Triage Workflow: Facilitates a structured approach to reviewing and categorizing issues.
  • Use Case: As a developer, you can quickly create a bug report for a new issue found in the codebase, assign it to the relevant team member, and add appropriate labels for tracking.

Quick Start

Use the github-issues skill to create a new issue titled "Fix login bug" with the description "The login button is not working on the staging environment." and assign it to the user "developer_one".

Frequently Asked Questions about github-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating and assigning GitHub issues for bug tracking?

To automate GitHub issue creation and assignment for bug tracking, use this Skill to generate new issues with titles, descriptions, and labels, then assign them to specific team members via the GitHub API or CLI.

What's the best way to triage and manage existing GitHub issues in bulk?

Triage and manage existing GitHub issues in bulk by using this Skill to update labels, assign or unassign users, add comments, and close issues systematically through GitHub REST API or CLI operations.

Do I need a GitHub token to manage GitHub issues via the REST API?

Yes, you need a GitHub token for API access to manage GitHub issues via the REST API. The Skill integrates with your git repository context and requires this token to authenticate issue creation, updating, and searching.

Can I use the GitHub CLI to search and list repository issues?

Yes, you can use the GitHub CLI to search and list repository issues. This Skill supports issue listing, searching, and viewing by leveraging either the GitHub CLI or the GitHub REST API for repository context retrieval.

How does a structured triage workflow help with project management on GitHub?

A structured triage workflow helps project management on GitHub by facilitating a systematic approach to reviewing, categorizing, labeling, and assigning issues, which reduces manual overhead and streamlines bug tracking processes.