github-issues

Manage GitHub issue lifecycle and bulk triage via CLI or REST API.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill github-issues-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/github/github-issues
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill github-issues-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating, labeling, assigning, and triaging GitHub issues is time-consuming and inconsistent, especially for teams handling high volumes of bug reports and feature requests.

Core Features & Use Cases

  • Full Issue Lifecycle Management: Create, view, edit, close, reopen, and comment on issues via GitHub CLI or REST API, with support for labels, assignees, and state changes.
  • Bulk Triage Operations: Filter untriaged issues, apply priority labels, assign owners, and add triage notes in batches to speed up backlog processing.
  • Use Case: A dev team receiving 50+ weekly bug reports can use this skill to automatically tag high-priority security issues, assign them to the correct maintainers, and close resolved tickets without manual API work.

Quick Start

Use the github-issues skill to list all open issues labeled "bug" in the current repository and assign the top 3 highest-priority ones to the on-call engineer.

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

Automate GitHub issue tracking by executing full lifecycle operations like creation, labeling, assignment, and triage via GitHub CLI or REST API. This eliminates manual, repetitive work and enforces consistent issue management for development teams.

Can I perform bulk state changes and label assignments for GitHub issues?

Yes, you can perform bulk triage operations to filter untriaged issues, apply priority labels, assign owners, and add triage notes in batches. This accelerates backlog processing for teams handling high volumes of bug reports.

Do I need authenticated GitHub access to manage private repository issues?

Yes, authenticated GitHub access is required to manage issues in any public or private repository. Authentication ensures the workflows can securely enforce consistent, scalable issue tracking operations.

What is the best way to handle high volumes of bug reports on GitHub?

The best way to handle high volumes of bug reports is using bulk triage operations to automatically tag high-priority security issues, assign them to correct maintainers, and close resolved tickets without manual API interaction.

Does GitHub issue triage support commenting and reopening closed tickets?

Yes, GitHub issue triage supports the full issue lifecycle including viewing, editing, closing, reopening, and commenting on issues. You can also manage labels, assignees, and state changes across repositories.