github-issues

Create, assign, label, and filter GitHub issues via gh or REST API.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill github-issues-ashiqcodeleaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/ashiqcodeleaf/long-Run-Agents/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill github-issues-ashiqcodeleaf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating, triaging, labeling, and assigning GitHub issues, making project management more efficient.

Core Features & Use Cases

  • Create and manage GitHub issues: Create new issues, assign them to team members, and add labels for easy organization.
  • Triage and prioritize: Filter issues by state, label, and assignee to manage your workload effectively.
  • Use Case: Quickly identify and address the most critical bugs and feature requests in your GitHub projects.

Quick Start

Create a new issue using the github-issues skill with the command: create_issue "Report a bug" -label bug -assignee "user1".

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I create and assign GitHub issues from the command line?

You can create and assign GitHub issues by executing simple commands like `create_issue "Report a bug" -label bug -assignee "user1"` to automatically generate, label, and assign tickets to team members.

What is the best way to triage and filter GitHub issues for project management?

Triage and filter GitHub issues by state, label, and assignee to effectively manage your workload. This allows you to quickly identify and address the most critical bugs and feature requests in your repositories.

Do I need GitHub authentication to manage issues with gh commands?

Yes, managing GitHub issues requires authentication with GitHub. The Skill operates using gh commands and the GitHub REST API, both of which necessitate proper authentication credentials to interact with your repositories.

Can I use the GitHub REST API instead of gh CLI for bug tracking?

Yes, this Skill manages GitHub issues using either gh commands or the GitHub REST API. You can utilize curl and python3 alongside the API to create, assign, label, and filter issues for bug tracking.

How do I add labels to GitHub issues for easy organization?

Add labels to GitHub issues by passing the label parameter in your creation command, such as `-label bug`. This categorizes issues for easy organization and allows you to filter them during triage.

What dependencies are required to automate GitHub issue management?

Automating GitHub issue management requires gh, curl, and python3. These dependencies enable the execution of scripts and API calls needed to create, assign, and filter issues within your project repositories.