github-issues

Execute gh CLI commands to create, list, view, label, assign, and close GitHub issues.

779|139|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/taracodlabs/aiden --skill github-issues-taracodlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/taracodlabs/aiden/tree/main/skills/github-issues
Command: npx skills add https://github.com/taracodlabs/aiden --skill github-issues-taracodlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub issues across repositories can be time-consuming and error-prone when done manually via the web UI or multiple gh commands. This Skill provides a streamlined way to create, list, view, label, assign, and close issues using the gh CLI from a single entry point.

Core Features & Use Cases

  • Create, list, view, label, assign, and close issues across repositories using gh.
  • Filter and triage issues by state, labels, milestones, and assignees to speed up project management.
  • Use in automation workflows or during rapid triage sessions after new bugs or feature requests.

Quick Start

Manage GitHub issues in your repository by describing the task to the AI and letting gh commands handle creation, listing, viewing, updating, and closing.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I automate GitHub issue management from the command line?

Filter and triage GitHub issues by state, labels, milestones, and assignees using gh CLI commands, allowing rapid sorting of new bugs and feature requests during project management sessions.

Do I need gh authentication to manage GitHub issues with gh CLI?

Yes, managing GitHub issues with gh CLI requires authentication via gh auth login or setting a GH_TOKEN environment variable, and it validates user permissions before performing any operations.

Can I filter GitHub issues by labels and assignees during triage?

Yes, you can filter GitHub issues by state, labels, milestones, and assignees using gh CLI commands to speed up project management and triage sessions.

What is the best way to close multiple GitHub issues across repositories?

The best way to close GitHub issues across repositories is using gh CLI commands from a single entry point, which automates the process and reduces manual web UI errors.

Why use gh CLI for GitHub issue management instead of the web UI?

Using gh CLI for GitHub issue management prevents manual web UI errors and saves time by automating tasks like creating, labeling, assigning, and closing issues across multiple repositories.