github-issues

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

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill github-issues-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/github/github-issues
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill github-issues-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually handling GitHub issues by giving you a reliable way to search, organize, assign, comment on, and close issues from one workflow.

Core Features & Use Cases

  • Issue Discovery: List open issues, filter by label or assignee, and search for related reports quickly.
  • Triage and Assignment: Apply labels, assign owners, and add triage notes to keep the backlog organized.
  • Lifecycle Management: Create new issues, comment on existing ones, close resolved items, and reopen them when needed.
  • Practical Use Case: A maintainer can review all needs-triage issues, label the important bugs, assign the right teammate, and close duplicates without leaving the terminal.

Quick Start

Ask the Skill to review your repository’s open GitHub issues, summarize the highest-priority ones, and apply the appropriate triage labels.

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I triage GitHub issues in bulk from the command line?

Triage GitHub issues by listing open items, filtering by label or assignee, applying triage labels, assigning owners, and adding comments across single repositories or bulk workflows. This requires authenticated access to a GitHub repository.

Can I manage GitHub issues without the gh CLI installed?

Yes, you can manage GitHub issues without the gh CLI because the workflow uses curl-based GitHub REST API fallbacks automatically when gh is unavailable. You still need authenticated access to the target repository.

How do I search for and close duplicate GitHub issues programmatically?

Search for related reports by filtering open issues, then close duplicates using the lifecycle management commands. You can comment on existing issues and close resolved items without leaving the terminal.

What is the best way to organize a GitHub backlog with needs-triage labels?

Organize a GitHub backlog by reviewing all needs-triage issues, applying appropriate labels to important bugs, assigning teammates, and closing duplicates. This triage workflow keeps the repository manageable.