github-issues

Create, update, and close GitHub issues via REST API or gh CLI.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/GarrettRoi/open-manus --skill github-issues-garrettroi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/GarrettRoi/open-manus/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/GarrettRoi/open-manus --skill github-issues-garrettroi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the management of GitHub issues, allowing you to create, track, update, and close them efficiently without leaving your current workflow.

Core Features & Use Cases

  • Issue Creation & Management: Create new issues with titles, bodies, labels, and assignees. Edit existing issues to add labels, change assignees, or update details.
  • Issue Triage & Search: Search for issues based on various criteria (keywords, labels, assignees, state) and triage them by applying labels and assigning owners.
  • Use Case: As a project manager, you can use this Skill to quickly create bug reports from user feedback, assign them to developers, and track their progress through to resolution.

Quick Start

Use the github-issues skill to create a new issue with the title "Fix login bug" and assign it to "developer_username".

Frequently Asked Questions about github-issues

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

FAQPage Schema
How do I automate creating and assigning GitHub issues for bug tracking?

Automate GitHub issue creation and assignment by using scripts to pass titles, bodies, labels, and assignees directly to the GitHub API, streamlining bug tracking workflows without manual repository entry.

Can I search and triage GitHub issues by keywords, labels, and assignees?

Search and triage GitHub issues by filtering based on keywords, labels, assignees, and state, then automatically apply labels and assign owners to categorize and route project management tasks.

What is the best way to manage GitHub issues if the gh CLI is unavailable?

Manage GitHub issues when the gh CLI is unavailable by falling back to cURL commands that interact directly with the GitHub REST API to list, update, and close issues.

How do I update existing GitHub issues with new labels and comments?

Update existing GitHub issues by executing scripts that edit issue details to add labels, change assignees, or post comments through automated GitHub API interactions.

Does this approach support closing GitHub issues automatically through API calls?

Closing GitHub issues automatically is supported through API interactions that update the issue state, allowing scripts to resolve and close bug tracking items efficiently.