github-issues

Create and manage GitHub issues via gh CLI and REST API.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill github-issues-piaoxuemoli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/Piaoxuemoli/qoobeeHermes/tree/main/hermes/skills/github/github-issues
Command: npx skills add https://github.com/Piaoxuemoli/qoobeeHermes --skill github-issues-piaoxuemoli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined way to create, manage, and interact with GitHub issues, eliminating the need for manual issue tracking and enhancing team collaboration.

Core Features & Use Cases

  • Issue Creation & Management: Create, search, triage, label, and assign GitHub issues with ease.
  • Integration with GH CLI: Utilizes the GH CLI to interact with GitHub issues, ensuring seamless integration with your workflow.
  • REST API Support: Offers support for the GitHub REST API, allowing for more advanced and flexible issue handling.
  • Use Case: For software development teams looking to automate and streamline the issue tracking process.

Quick Start

Use the github-issues skill to create a new issue on your GitHub repository: create_issue --title "New bug" --body "Describe the issue here."

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

You can create and manage GitHub issues from the command line by using this Skill to execute commands like create_issue with a title and body, streamlining issue tracking and team collaboration without manual web interface interaction.

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

Yes, this Skill supports issue tracking via the GitHub REST API as an alternative to the gh CLI, allowing for more advanced and flexible issue manipulation to fit your specific software development workflows.

Do I need gh and python3 installed to automate GitHub issue management?

Yes, you need gh, python3, and curl installed in your environment to automate GitHub issue management, as these dependencies provide the foundational command-line execution and API request capabilities required by this Skill.

What is the best way to automate issue triage and labeling for software development teams?

The best way to automate issue triage and labeling for software development teams is to use this Skill to interact with GitHub issues via the gh CLI or REST API, eliminating manual issue tracking overhead.

Does this Skill support searching and assigning existing GitHub issues?

Yes, this Skill supports searching, triaging, labeling, and assigning existing GitHub issues, providing a comprehensive command-line interface to interact with your repository's issue tracking lifecycle.

When should I use the REST API over the gh CLI for GitHub issue manipulation?

You should use the GitHub REST API over the gh CLI for issue manipulation when you require more advanced and flexible handling of GitHub issues that goes beyond standard command-line workflows.