github-issues

Manage GitHub issues via gh CLI or REST API with automated workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined solution to create, manage, and interact with GitHub issues, significantly enhancing project management efficiency and collaboration.

Core Features & Use Cases

  • Issue Creation and Management: Create, search, label, assign, and manage GitHub issues through the gh command-line tool or REST API.
  • Automation with gh: Leverage the gh tool to automate common operations with ease.
  • API-Based Interaction: Use the REST API for programmatic interaction with GitHub issues.
  • Use Case: Automate the process of logging bug reports, triaging issues, and assigning tasks within a project.

Quick Start

List all open issues using the github-issues skill with the command gh issue list.

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 from the command line?

You can automate GitHub issue management by using the gh command-line tool or the REST API to create, search, label, and assign issues. This streamlines project management and collaboration tasks across Linux, macOS, and Windows platforms.

Can I use the REST API to programmatically manage GitHub issues?

Yes, you can use the REST API for programmatic interaction to manage GitHub issues. This approach allows you to automate logging bug reports, triaging issues, and assigning tasks directly within your project workflows.

Do I need the gh tool to manage GitHub issues on Windows or macOS?

The gh tool is a dependency for managing GitHub issues, but you can also use the REST API. Both methods fully support issue management across Linux, macOS, and Windows platforms, ensuring cross-platform compatibility.

What is the best way to triage and assign GitHub issues in bulk?

The best way to triage and assign GitHub issues in bulk is by leveraging the gh command-line tool or REST API. This automates common operations like searching, labeling, and assigning tasks efficiently.

Why use a command-line tool for GitHub issue management instead of the web interface?

Using a command-line tool for GitHub issue management automates repetitive operations like logging bug reports and triaging. It significantly enhances project management efficiency and collaboration compared to manual web interface interactions.