You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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)
Problem
.meta/label-map.jsonmaps commit prefixes to GitHub label names, but there's no check that those labels actually exist in.github/labels.yaml. A missing label causesgh pr createto fail silently in the delegate skill.Acceptance criteria
.meta/label-map.jsonagainst entries in.github/labels.yamland reports any that are defined in the map but missing from the labels file