github-issues

Create, search, and manage GitHub issues via gh CLI or REST API.

Updated May 8, 2026
One-click install
npx skills add https://github.com/gztcode/my-skills --skill github-issues-gztcode
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/gztcode/my-skills/tree/main/github-issues
Command: npx skills add https://github.com/gztcode/my-skills --skill github-issues-gztcode

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires gh, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages GitHub issues with ease, allowing users to create, search, triage, and close issues using a simple command-line interface or API.

Core Features & Use Cases

  • Issue Management: Create, manage, triage, and close GitHub issues.
  • Search & Filter: Search existing issues by state, label, assignee, or search query.
  • Automated Tasks: Automate tasks such as issue creation and label assignment.
  • Use Case: Streamline your project management by automating issue tracking and communication.

Quick Start

Start managing your GitHub issues with the 'github-issues' skill.

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 using the command line?โ–ผ

You can manage GitHub issues using the command line by utilizing the gh CLI or GitHub REST API via curl to create, search, triage, and close issues directly from your terminal.

Can I create and assign labels to GitHub issues automatically?โ–ผ

Yes, you can automate GitHub issue creation and label assignment by executing scripts that interact with the gh CLI or GitHub REST API, streamlining your project management workflow.

What is the best way to search and filter existing issues on GitHub?โ–ผ

The best way to search and filter GitHub issues is by passing specific parameters for state, label, assignee, or custom search queries to the gh CLI or GitHub REST API via curl.

Do I need to install gh or curl to automate GitHub issue tracking?โ–ผ

Yes, you need to install either the gh CLI or curl, as these dependencies provide the underlying command-line interface and REST API connectivity required to automate GitHub issue tracking.

Why does managing GitHub issues via API require explicit repository URLs?โ–ผ

Managing GitHub issues via API requires explicit repository URLs or a configured GitHub remote because the API needs to target the exact repository endpoint to authenticate and execute issue operations.