github-issues

Create, search, triage, and manage GitHub issues via gh commands or REST API calls.

5|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/nyxoraAI/Nyxora --skill github-issues-nyxoraai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/nyxoraAI/Nyxora/tree/main/packages/core/playbooks/github/github-issues
Command: npx skills add https://github.com/nyxoraAI/Nyxora --skill github-issues-nyxoraai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, curl, and includes scripts (resource) components.

What problem does it solve?

Manages GitHub issues through simple commands or curl API calls, automating common issue-related tasks.

Core Features & Use Cases

  • Issue Creation and Management: Create, view, label, assign, and comment on GitHub issues.
  • Bulk Operations: Close multiple issues, manage labels, and perform triage efficiently.
  • Use Case: A project manager or developer looking to streamline the process of creating and managing issues in a GitHub repository.

Quick Start

To create a new issue, simply use: create github-issues --title "New issue title" --body "Description of the issue here" --label "bug,backend" --assignee "username"

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 directly from the terminal?

You can manage GitHub issues from the terminal by using gh commands or curl REST API calls to create, search, triage, and close issues. This automates common issue-related tasks without leaving your development environment.

Can I create a GitHub issue with labels and assignees via command line?

Yes, creating a GitHub issue via command line allows you to set the title, body, labels, and assignee in a single operation. This streamlines issue creation and management directly from your terminal workflow.

Does this GitHub issue automation require any specific tools installed?

Yes, managing GitHub issues with this automation requires either the gh command line tool or curl installed. These dependencies enable the REST API calls and terminal commands needed to interact with your repositories.

What is the best way to perform bulk triage on GitHub bug tracking issues?

The best way to bulk triage GitHub bug tracking issues is using terminal commands that close multiple issues, manage labels, and update assignments simultaneously. This significantly speeds up project management triage workflows.

Are there limitations to managing GitHub project issues via REST API calls?

Using REST API calls for GitHub project issues depends on your network connection and API rate limits. Complex project management triage scenarios requiring real-time interactive updates may be constrained by these API boundaries.