github-issues

Create, label, assign, view, and close GitHub issues via gh CLI or REST API.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/CHENyiru3/AI-Skills-Collections --skill github-issues-chenyiru3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/CHENyiru3/AI-Skills-Collections/tree/main/skills-market/platforms/github/github-issues
Command: npx skills add https://github.com/CHENyiru3/AI-Skills-Collections --skill github-issues-chenyiru3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management can be time-consuming and error-prone without tooling.

Core Features & Use Cases

  • View, search, create, label, assign, and close issues using gh CLI or the GitHub REST API.
  • Triage and link issues to pull requests to maintain project coherence.
  • Use cases include bug triage, feature requests tracking, and issue maintenance across multiple repos.

Quick Start

Create a new issue with a descriptive title, assign it to a teammate, and apply relevant labels using gh or the REST API.

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 triage and labeling across multiple repositories?

You can create and assign GitHub issues using either gh CLI commands or curl REST API requests. This Skill handles authentication validation and repository context checks to populate issues with titles, labels, and assignees smoothly.

Can I link GitHub issues to pull requests for project coherence?

Linking GitHub issues to pull requests maintains project coherence by connecting bug reports to their corresponding fixes. This Skill applies gh CLI or REST API workflows to view, triage, and close issues while associating them with relevant PRs.

What is the best way to handle GitHub authentication when managing issues via REST API or gh CLI?

Handling GitHub authentication requires validating credentials before creating, labeling, or closing issues via gh CLI or curl. This Skill imposes safeguards to validate repository context and gracefully handle authentication errors across both workflows.

Does this GitHub issue management approach work with both gh CLI and curl REST API?

Yes, GitHub issue management works with both gh CLI and curl REST API to view, search, create, label, assign, and close issues. The Skill gracefully handles errors from both command-line and REST API workflows.

Why does my GitHub issue automation fail when repository context is missing?

GitHub issue automation fails without repository context because gh CLI and REST API require a valid target repository. This Skill validates repository context before executing issue commands to prevent errors and ensure proper triage.