labels-modify

Modify GitHub labels and categories while synchronizing labels.yml.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill labels-modify-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: labels-modify
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/labels-modify
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill labels-modify-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Управление метками GitHub: автоматизация добавления, удаления и переименования меток с синхронизацией с labels.yml, чтобы снизить ручной труд и ошибки.

Core Features & Use Cases

  • Automated label operations: add, update, and rename labels and categories across repos.
  • SSOT-driven synchronization: ensures labels.yml reflects the current label state.
  • Use cases: when reorganizing labeling schemes, correcting typos, or introducing a new category.

Quick Start

Используйте команду /labels-modify <действие> [аргументы], чтобы выполнить нужное действие.

Frequently Asked Questions about labels-modify

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

FAQPage Schema
How do I automate renaming GitHub labels across multiple repos?

Automating GitHub label renames across repos requires a frontmatter-driven interface that executes bulk renames while keeping labels.yml synchronized as a single source of truth. This ensures labels and categories stay consistent across your project.

Can I update GitHub label colors and descriptions in bulk?

Updating GitHub label colors and descriptions in bulk is supported through structured actions that validate inputs before applying changes. You can add, update, or rename labels while automatically synchronizing the labels.yml file.

What is the best way to keep labels.yml synchronized with GitHub labels?

Keeping labels.yml synchronized with GitHub labels is handled by an SSOT-driven workflow that reflects the current label state after every add, update, rename, or delete operation. This prevents manual synchronization errors.

How do I add a new label category to a GitHub project workflow?

Adding a new label category to a GitHub project workflow involves using a structured command with defined actions and specific formats. The system validates your inputs before modifying labels and updating the labels.yml file.

Do I need a specific YAML format to manage GitHub labels?

Managing GitHub labels requires a structured frontmatter-driven interface that validates inputs against a defined YAML format before making changes. This ensures your labels.yml file remains a reliable single source of truth.

Why does modifying GitHub labels manually lead to workflow errors?

Modifying GitHub labels manually leads to workflow errors because manual updates often fail to keep labels.yml synchronized with the actual repository state. Automating these operations with an SSOT reference reduces manual labor and prevents inconsistencies.