Labels
SkillProductivityManage Linear labels. Use when creating, listing, or deleting labels.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Labels skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-labels/SKILL.md and read by ahel’s review.
# List labels
linear-cli l list # Project labels
linear-cli l list --type issue # Issue labels
# Create label
linear-cli l create "Feature" --color "#10B981"
linear-cli l create "Bug" --color "#EF4444" --id-only
# Delete label
linear-cli l delete LABEL_ID
linear-cli l delete LABEL_ID --force
# Agent-optimized
linear-cli l list --output json --compact
Flags
| Flag | Purpose |
|---|---|
--id-only | Return ID only |
--output json | JSON output |
--force | Skip confirmation |
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-labels- Source
- github.com/nesszer/linear-cli