github-issues

Automate GitHub issue creation, triage, labeling, assignment, and closure via gh CLI or REST API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub issue workflows are often fragmented across commands and UI; this skill centralizes creation, triage, labeling, assignment, and closure into a cohesive automation layer.

Core Features & Use Cases

  • View, filter, and manage issues across repositories using gh or REST API fallbacks.
  • Create issues, add labels, assign reviewers, and link issues to pull requests to streamline collaboration.
  • Use cases include triaging new reports, maintaining backlogs, and routing work to owners.

Quick Start

Ask the AI to view open issues, apply labels, and assign owners 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 labeling across repositories?

You can automate GitHub issue triage and labeling by using an AI skill that streamlines viewing, filtering, and updating issues via the GitHub REST API. It derives repository context directly from git remotes to apply labels and assign owners automatically.

What's the best way to assign and manage GitHub issues using the REST API?

The best way to manage GitHub issues with the REST API is using a centralized automation layer that handles assignment and updates. It relies on standard GitHub REST endpoints and falls back to curl if the gh CLI is unavailable.

Can I link GitHub issues to pull requests for end-to-end tracking?

Yes, you can link GitHub issues to pull requests for end-to-end tracking. This functionality is built into the issue management workflow, allowing you to streamline collaboration by connecting issue resolution directly to code changes.

Do I need the gh CLI to manage GitHub issues, or can I use curl?

You do not strictly need the gh CLI; you can use curl-based REST API access. The system supports both gh CLI and curl fallbacks for executing GitHub issue workflows, provided you have a valid GitHub token.

How does deriving repository context from git remotes work for issue management?

Deriving repository context from git remotes works by automatically extracting the target repository details from your local configuration. This allows the system to route issue creation, triage, and updates to the correct repository without manual URL entry.

Why should I centralize GitHub issue workflows instead of using the UI?

Centralizing GitHub issue workflows solves the problem of fragmented commands and UI interactions. It provides a cohesive automation layer for creating, triaging, labeling, assigning, and closing issues, which significantly improves backlog maintenance efficiency.