labels-modify

Modify GitHub labels and sync changes to labels.yml.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill labels-modify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: labels-modify
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/labels-modify
Command: npx skills add https://github.com/oogDZ/2 --skill labels-modify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains GitHub labels by syncing changes to labels.yml, enabling teams to add, remove, or rename labels while keeping a single source of truth across the project.

Core Features & Use Cases

  • Add a new category or label with defined color and description.
  • Rename or update existing labels to fix typos or align with conventions.
  • Synchronize label changes with labels.yml to keep repository configuration in sync with GitHub.

Quick Start

Tell labels-modify to add-category area --color #10B981.

Frequently Asked Questions about labels-modify

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

FAQPage Schema
How do I synchronize GitHub labels with a labels.yml file?

To synchronize GitHub labels with a labels.yml file, the skill validates actions against a defined SSOT workflow and automates adding, updating, renaming, and deleting labels to keep your repository configuration in sync.

Can I rename and update existing GitHub labels automatically?

Yes, you can rename and update existing GitHub labels automatically to fix typos or align with conventions, while simultaneously keeping the labels.yml single source of truth updated.

How do I add a new label category with a specific color in GitHub?

You can add a new label category with a specific color by issuing a command like add-category area --color #10B981, which registers the new label and synchronizes it with labels.yml.

What is the best way to manage a single source of truth for repository labels?

The best way to manage a single source of truth for repository labels is to maintain a labels.yml file and use an automated workflow to validate all label modifications against it before applying changes to GitHub.

Does this workflow support deleting labels across projects and categories?

Yes, the workflow supports deleting labels across projects and categories while ensuring the labels.yml configuration remains perfectly synchronized with the actual GitHub repository state.