github-issues

Manage GitHub issues via command-line tools and REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

Manages GitHub issues through commands or API integration, simplifying issue creation, triage, and tracking.

Core Features & Use Cases

  • Issue Creation: Automates the creation of issues using commands or API calls.
  • Issue Management: Provides commands for listing, filtering, assigning, and closing issues.
  • Triage Workflow: Facilitates triaging untriaged issues and applying labels and priorities.
  • Bulk Operations: Supports batch operations for closing issues and managing labels.
  • Integration: Works with GitHub's API and can be used in conjunction with the github-auth skill for authentication.

Quick Start

List open issues in the current repository by typing gh issue list.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I manage GitHub issues from the command line?

You can manage GitHub issues from the command line by using the `gh` tool or equivalent API access to create, list, filter, assign, and close issues. This Skill automates these actions directly through GitHub's REST API.

Can I automate GitHub issue triage and apply labels in bulk?

Yes, you can automate GitHub issue triage by applying labels and priorities to untriaged issues. The Skill supports batch operations for closing issues and managing labels across multiple issues simultaneously.

Do I need the gh command-line tool to handle GitHub issue creation?

Yes, you need the `gh` command-line tool or equivalent GitHub API access to handle issue creation. The Skill relies on these dependencies to integrate with GitHub's REST API and perform basic authentication.

What is the best way to close multiple GitHub issues using API integration?

The best way to close multiple GitHub issues is through the Skill's bulk operations feature, which uses API integration to batch close issues. It facilitates triaging and tracking issues via command-line commands or direct API calls.

Why use command-line integration for project management and issue tracking on GitHub?

Command-line integration for project management streamlines issue tracking by automating issue creation, triage, and filtering. It simplifies GitHub issue management by executing batch operations and applying labels directly through the REST API.

GitHub API vs gh command-line tool for filtering and assigning issues?

Both the GitHub API and `gh` command-line tool can filter and assign issues, but this Skill integrates both methods to support issue creation, listing, and closing. Using `gh` provides a direct command-line interface for project management tasks.