issues

Manage and search GitHub issues via gh CLI or REST API.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill issues-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issues
Source: https://github.com/srivtx/supercharger-opencode/tree/main/github/issues
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill issues-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, managing, and searching GitHub issues, improving project organization and issue tracking.

Core Features & Use Cases

  • Issue Creation & Management: Create and manage issues directly through the gh command line or REST API.
  • Filtering & Searching: Filter and search issues based on state, labels, assignees, and search queries.
  • Triage Workflow: Triage issues with labels and assignees, enabling efficient issue management.

Quick Start

Use the 'issues' skill to list all open issues in your current repository.

Frequently Asked Questions about issues

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

FAQPage Schema
How do I manage GitHub issues using the gh command line?

Manage GitHub issues via the gh command line by creating, filtering, and triaging them directly through script automation. It requires GitHub authentication to access issue details and perform operations programmatically.

Can I search and filter GitHub issues by labels and assignees via REST API?

Yes, you can search and filter GitHub issues by state, labels, assignees, and search queries via the REST API. This enables efficient issue tracking and triage workflows programmatically without manual repository navigation.

What is the best way to automate GitHub issue triage workflows programmatically?

Automating GitHub issue triage workflows is best handled by using gh or REST APIs to apply labels and assignees programmatically. This streamlines project organization by enabling efficient issue management and tracking directly through scripts.

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

Yes, GitHub authentication is required to create and manage issues with the gh CLI or REST API. Authentication ensures secure access to private repository details and authorizes operations like creating, searching, and triaging issues.

Does the issues skill work with both gh command line and REST API interfaces?

Yes, the issues skill works with both gh command line and REST API interfaces for managing GitHub issues. This dual support allows flexible integration depending on your project management environment and automation requirements.