github-issues

Create, view, and manipulate GitHub issues via the command line.

7|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/kzinmr/ai-topics --skill github-issues-kzinmr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/kzinmr/ai-topics/tree/main/config/hermes/skills/_overrides/github-issues
Command: npx skills add https://github.com/kzinmr/ai-topics --skill github-issues-kzinmr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, git, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages GitHub issues efficiently, reducing the time spent on manual issue tracking and management.

Core Features & Use Cases

  • Create & Manage Issues: Quickly create, triage, label, and assign issues.
  • Search & Filter: Search for issues based on labels, state, and keywords.
  • Bulk Operations: Perform bulk operations on issues for streamlined management.
  • Triage Workflow: Streamlined process for categorizing and prioritizing issues.
  • Issue Tracking Integration: Seamless integration with GitHub repositories.

Quick Start

List all open issues with the tag 'bug' by using the command 'github-issues list --tag bug'.

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 a CLI tool that interacts with the GitHub API. It allows you to automate issue tracking, create new issues, and manipulate existing ones directly from your terminal.

Can I perform bulk operations on GitHub issues for triage?

Yes, you can perform bulk operations on GitHub issues to streamline triage workflows. This enables you to efficiently categorize, prioritize, label, and assign multiple issues at once, reducing manual tracking time.

How do I filter GitHub issues by tags and state?

You can filter GitHub issues by tags and state using command-line search functions. For example, running a command like 'list --tag bug' retrieves all open issues matching that specific label and keyword criteria.

Do I need authenticated GitHub API access to manage issues?

Yes, you need authenticated GitHub API access to manage issues. Setting up valid API credentials is required to authorize the operations needed to create, view, and manipulate issues within your repositories.

What is the best way to automate bug tracking on GitHub?

The best way to automate bug tracking on GitHub is by integrating a command-line interface with the GitHub API. This approach enables automated issue management workflows, including bulk operations and streamlined triage processes.

Does this issue management approach work with existing GitHub repositories?

Yes, this issue management approach works with existing GitHub repositories through seamless API integration. You can connect the CLI directly to your current projects to search, filter, and manipulate issues without changing your repository structure.