github-issues

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill github-issues-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/nadicodeai/argo-agent/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill github-issues-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub issues across multiple repositories can be error-prone and time-consuming. This Skill provides a unified workflow to create, triage, label, and assign issues using either the gh CLI or the REST API, helping teams stay organized and responsive.

Core Features & Use Cases

  • Create, view, list, and search issues across repositories.
  • Triage, label, and assign issues to teammates to accelerate issue resolution.
  • Use the REST API as a fallback when the gh CLI is unavailable or when fine-grained control is required.

Quick Start

Create a new issue in your repository using gh issue create or a REST API call.

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

This Skill manages GitHub issues across multiple repositories by performing create, list, view, label, assign, and close operations via gh CLI or REST API, streamlining triage workflows for maintainers and project teams.

Can I use the REST API to triage GitHub issues when gh is unavailable?

Yes, the REST API serves as a fallback to triage issues when the gh CLI is unavailable, providing fine-grained control over parsing GitHub metadata and executing state-changing actions with proper authentication.

What's the best way to automate GitHub issue labeling and assignment?

Automating GitHub issue labeling and assignment is handled by unified workflows that parse issue metadata and apply labels or assignees across repositories using gh or REST API calls, accelerating issue resolution.

Does this Skill handle authentication safeguards when closing issues via the REST API?

Yes, this Skill performs state-changing actions like closing issues with proper authentication safeguards, supporting errors and fallbacks to ensure secure and reliable GitHub issue management via REST API or gh CLI.

How do I search GitHub issues by label or keyword across different workflows?

You can search GitHub issues by label or keyword across different workflows by using this Skill's list and search functionalities, which fetch and parse issue data based on your specified query criteria via gh or REST.