github-issues

Automate GitHub issue creation, viewing, labeling, and closing via gh or REST API.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill github-issues-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/github/github-issues
Command: npx skills add https://github.com/moltis-org/moltis --skill github-issues-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue management is often manual, slow, and error-prone; this skill automates creating, viewing, triaging, labeling, assigning, and linking issues via gh CLI or the GitHub REST API, helping teams stay organized and responsive.

Core Features & Use Cases

  • Viewing, creating, editing, and closing issues using gh or curl with clear templates and guidance.
  • Managing labels, assignees, and comments to triage work and coordinate team effort.
  • Linking issues to pull requests and performing bulk triage operations to accelerate project throughput.

Quick Start

Run the GitHub Issues Management workflow to view, create, and update issues in a repository.

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?

Automate GitHub issue triage by creating, viewing, labeling, assigning, and closing issues via gh CLI or REST API to help teams stay organized and responsive.

Can I perform bulk updates on GitHub issues using gh or curl?

Yes, you can perform bulk triage operations and updates on GitHub issues using gh CLI or curl commands to accelerate project throughput.

How do I link GitHub issues to pull requests?

Link GitHub issues to pull requests using the skill's management workflow to coordinate team effort and track bug fixes or feature requests.

Do I need the gh CLI to create and manage GitHub issues?

You can manage GitHub issues using either the gh CLI or the GitHub REST API via curl, applying labels, assignees, and templates without manual interface interaction.

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

The best way to assign labels and assignees in bulk is by running automated triage operations via gh or REST API, editing issue metadata programmatically.