issue-management

Create, list, update, and search GitHub issues via gh CLI.

Updated Oct 20, 2025
One-click install
npx skills add https://github.com/Nice-Wolf-Studio/agent-github-skills --skill issue-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-management
Source: https://github.com/Nice-Wolf-Studio/agent-github-skills/tree/main/skills/issue-management
Command: npx skills add https://github.com/Nice-Wolf-Studio/agent-github-skills --skill issue-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers automate routine GitHub issue workflows via the gh CLI, reducing manual steps and errors in issue handling.

Core Features & Use Cases

  • Create issues with titles, bodies, labels, and assignees.
  • List, view, and filter issues across repositories.
  • Update issues (title, body, state, labels, assignees) and add comments.
  • Search issues with flexible queries to locate related work quickly.

Quick Start

Use the issue-management skill to create, list, update, or search issues in your repository using gh commands.

Frequently Asked Questions about issue-management

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

FAQPage Schema
How do I automate GitHub issue creation with titles, labels, and assignees using gh CLI?

Automate GitHub issue creation via gh CLI by passing titles, bodies, labels, and assignees directly through command arguments. This skill generates ready-to-run gh commands that create fully populated issues, eliminating manual input through the web interface.

Can I list and filter GitHub issues across multiple repositories using gh CLI?

Yes, you can list and filter GitHub issues across repositories using gh CLI. This skill provides commands to retrieve and view issues with flexible filters, enabling cross-repository tracking and efficient issue triage directly from your terminal.

What is the best way to update GitHub issue states and add comments via command line?

The best way to update GitHub issue states and add comments is using gh CLI commands. This skill constructs specific commands to modify issue titles, bodies, labels, assignees, and states, while also supporting comment additions for seamless collaboration.

How do I search GitHub issues with flexible queries to locate related work?

Search GitHub issues with flexible queries using gh CLI search commands. This skill helps you build precise search syntax to quickly locate related work, filter by labels or assignees, and retrieve formatted output for development workflow tracking.

Does GitHub issue management via gh CLI require any special environment setup?

GitHub issue management via gh CLI requires the gh CLI tool installed and authenticated. This skill focuses on generating the correct gh commands for issue triage and collaboration, assuming the basic gh environment is already configured.

When should I use gh CLI for issue management instead of the GitHub web interface?

Use gh CLI for issue management when automating routine workflows, performing cross-repository tracking, or handling bulk issue triage. This skill reduces manual steps and errors by providing command-line operations for creating, updating, and searching issues.