issue
Installation
SKILL.md
Label System
This label scheme is shared with the /pr skill for project-wide consistency. The core labels are identical; /pr additionally defines release for release PRs.
Before assigning a label, ensure it exists in the repository. Color values are 6-character hex without #:
gh label create "{label}" --color "{hex}" 2>/dev/null || true
Type Labels
| Label | Color | Usage |
|---|---|---|
bug |
d73a4a |
Bug, defect, error |
feature |
0075ca |
New feature request |
enhancement |
a2eeef |
Improvement to existing feature |
docs |
5319e7 |
Documentation |
chore |
e4e669 |
Maintenance, config, dependencies |
Related skills