github-labels
Installation
SKILL.md
GitHub Labels
Reference for discovering and applying labels to GitHub PRs and issues.
When to Use This Skill
| Use this skill when... | Use something else when... |
|---|---|
| Listing available labels in a repo | Creating or managing milestones |
| Adding or removing labels on PRs/issues | Managing GitHub Projects boards |
| Creating new labels with colors | Bulk-editing many issues at once |
| Inheriting labels from issue to PR | Setting PR reviewers or assignees |
Discovering Available Labels
# List all labels with details
gh label list --json name,description,color --limit 50