label-management

Manage GitHub labels across repositories using the gh CLI.

Updated Oct 20, 2025
One-click install
npx skills add https://github.com/Nice-Wolf-Studio/agent-github-skills --skill label-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: label-management
Source: https://github.com/Nice-Wolf-Studio/agent-github-skills/tree/main/skills/label-management
Command: npx skills add https://github.com/Nice-Wolf-Studio/agent-github-skills --skill label-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing labels across multiple repositories can be inconsistent and time-consuming. This skill uses the gh CLI to create, edit, delete, clone, and apply labels, enabling standardized taxonomy and streamlined triage.

Core Features & Use Cases

  • Create, list, edit, and delete labels across repos to enforce naming conventions and color-coding.
  • Clone a label schema from one repository to another to maintain consistency organization-wide.
  • Apply or remove labels on issues and pull requests to improve triage and visibility.

Quick Start

Use the label-management skill to create a basic label in your repository, e.g. gh label create "bug" --repo owner/repo-name --description "Something isn't working" --color d73a4a

Frequently Asked Questions about label-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub label creation across multiple repositories?

Automating GitHub label creation across multiple repositories involves using the gh CLI to create, edit, or delete labels at scale. This enables teams to standardize taxonomy and color-coding across different repositories organization-wide.

Can I clone a label schema from one GitHub repository to another?

Yes, you can clone a label schema from one GitHub repository to another. This functionality maintains consistency organization-wide by copying existing label configurations directly to new or existing repositories.

Does GitHub label management with the gh CLI work for both issues and pull requests?

GitHub label management with the gh CLI works for both issues and pull requests. You can apply or remove labels on either type to improve triage and visibility in any repository.

What is the best way to standardize GitHub labels for triage workflows?

The best way to standardize GitHub labels for triage workflows is to automate creation and application using the gh CLI. This enforces naming conventions and color-coding, streamlining the organization process.

Do I need the GitHub CLI installed to manage labels at scale?

Yes, you need the GitHub CLI installed to manage labels at scale. The skill relies on the gh CLI to execute operations like create, list, edit, delete, clone, and apply labels across repositories.