github-issues

Manage GitHub issues via gh CLI or REST API workflows.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill github-issues-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/github/github-issues
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill github-issues-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management is error-prone and repetitive; this skill automates common workflows for creating, triaging, labeling, assigning, commenting, and closing issues via gh CLI or REST API.

Core Features & Use Cases

  • Viewing Issues: list, view details, filter by state/labels.
  • Creating and Updating: create new issues, edit title/body, add labels/assignees.
  • Administration: bulk label operations, close/reopen, link to PRs.
  • Use Case: When a repo has multiple maintainers, centralize triage and assignment to reduce backlog.

Quick Start

Tell it to manage issues in your repository and let it execute the defined workflows.

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 labeling across multiple repositories?

Yes, you can manage GitHub issues using either the gh CLI or the REST API. The skill executes workflows for creating, viewing, updating, and labeling issues by utilizing your existing GitHub token or gh authentication.

What do I need to authenticate and manage GitHub issues via the REST API?

To manage GitHub issues via the REST API, you need a GitHub token and access to the target repository. This allows the skill to authenticate requests for creating, updating, and closing issues.

Can I assign issues and add comments in bulk using gh CLI?

You can assign owners and add comments to issues in bulk using gh CLI commands. The skill automates these common workflows to streamline repository administration and reduce manual repetitive errors.

What is the best way to close and reopen GitHub issues programmatically?

The best way to close and reopen GitHub issues programmatically is by using gh CLI or REST API endpoints. This skill handles state changes directly, linking issues to PRs and updating issue metadata automatically.

Does this approach support filtering GitHub issues by state and labels?

Yes, the approach supports listing and viewing issue details while filtering by state and labels. This functionality helps maintainers quickly identify specific issues within a large backlog for effective triage.