Skip to content

Report drift between .github/labels.yaml with .meta/label-map.json #418

Description

@williamthorsen

Problem

.meta/label-map.json maps commit prefixes to GitHub label names, but there's no check that those labels actually exist in .github/labels.yaml. A missing label causes gh pr create to fail silently in the delegate skill.

Acceptance criteria

  • A command or check compares label names in .meta/label-map.json against entries in .github/labels.yaml and reports any that are defined in the map but missing from the labels file
  • Output includes actionable guidance (e.g., the YAML entry to add)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdded or improved external functionalitytoolingDevelopment tools

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions