github-issues

Create, label, assign, comment, and close GitHub issues via gh CLI or REST API.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill github-issues-thisismynewfmail-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/thisismynewfmail-ui/Monika-agent/tree/main/skills/github/github-issues
Command: npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill github-issues-thisismynewfmail-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub issues manually is time-consuming and error-prone; this Skill provides a centralized way to view, create, label, assign, comment, and close issues via gh CLI or REST API.

Core Features & Use Cases

  • Create, view, and search issues across a repository.
  • Add labels, assign teammates, and link issues to pull requests.
  • Comment on issues and perform bulk triage workflows to accelerate project management.

Quick Start

Create a new issue titled "Fix login bug" and assign it to a teammate.

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 triage and management workflows?

To automate GitHub issue triage, use this Skill to create, list, label, assign, comment, and close issues via gh CLI or REST API calls. It enables viewing issues, filtering by labels and assignees, and searching across repositories for structured collaboration workflows.

Can I create and assign GitHub issues from outside the standard web interface?

Yes, you can create and assign GitHub issues from anywhere using gh CLI commands or REST API calls. This Skill supports generating new issues, adding labels, and assigning teammates directly from your terminal or automated scripts.

Do I need an authenticated environment to manage GitHub issues via CLI or REST API?

Yes, managing GitHub issues requires an authenticated environment with gh CLI or a configured GitHub token, plus access to the target repository. You will also need curl installed when utilizing the REST API fallback option.

What is the best way to search and filter GitHub issues across a repository?

The best way to search and filter GitHub issues is using gh CLI or REST API calls to query by specific labels, assignees, and keywords across a repository. This provides a centralized view to support bulk triage and collaboration.

How does bulk issue triage work when managing software projects?

Bulk issue triage works by systematically viewing, labeling, assigning, commenting on, and closing issues through gh CLI or REST API calls. This standardized workflow reduces manual errors and accelerates project management across software projects.