github-issues

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of creating, managing, and interacting with GitHub issues, reducing the time spent on manual issue management.

Core Features & Use Cases

  • Issue Creation: Create and manage GitHub issues using gh or REST API.
  • Search and Filter: Search and filter issues based on state, labels, assignees, and search queries.
  • Issue Management: Edit, label, assign, comment, close, and reopen issues.
  • Use Case: Automate issue creation and management in your GitHub repository to save time and ensure issues are handled efficiently.

Quick Start

Use the github-issues skill to list all open issues in your current GitHub repository.

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 creation and management for my repository?

Automate GitHub issue creation and management by using the gh command-line tool or REST API to create, edit, label, and assign issues programmatically. This reduces manual effort and streamlines your project management workflow.

Can I search and filter GitHub issues based on labels and assignees?

Yes, you can search and filter GitHub issues based on state, labels, assignees, and custom search queries. This functionality allows you to quickly triage bugs and track specific project tasks.

Do I need the gh command-line tool to manage GitHub issues?

You need either the gh command-line tool or GitHub API access via curl to manage GitHub issues. Authentication with GitHub is required for both methods to enable issue creation and management workflows.

What is the best way to handle bug tracking and issue triage on GitHub?

Handle bug tracking and issue triage by using gh or REST API to search, filter, comment, close, and reopen issues. This approach ensures bugs are handled efficiently and reduces manual issue management time.

Can I use python3 to interact with GitHub issues for project management?

Yes, python3 is supported as a dependency to script interactions with GitHub issues. You can combine python3 with the gh tool or curl to automate issue creation, search, and management workflows.

How do I close and reopen GitHub issues using the REST API?

Close and reopen GitHub issues using the REST API by sending authenticated requests to update the issue state. This allows you to manage issue lifecycles and track project progress efficiently.