What problem does it solve? GitHub issue commands like gh issue edit --add-label fail when a label does not exist yet, because gh never auto-creates labels. This Skill provisions every label the repo's triage taxonomy needs upfront, so triage, spec, ticket, and implementation workflows never break on a missing label. ## Core Features & Use Cases - Taxonomy-driven label creation: Reads label names and hex colors from docs/agents/triage-labels.md, covering workflow states, execution modes (hitl/afk), and wayfinder labels. - Idempotent application: Runs gh label create --force so existing labels get color updates instead of errors, leaving issues that already carry them untouched. - Safe mutation discipline: Shows the full plan and asks for maintainer confirmation before touching shared GitHub state. - Use Case: Before running triage or ticket workflows in a freshly set up repository, execute this once so every workflow::*, hitl/afk, and wayfinder:* label exists with the correct color. ## Quick Start Ask the agent to set up the GitHub labels for this repository from the triage taxonomy before running any triage or ticket workflows.