
Linear Labels
- 141 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
Manage Linear labels from the CLI - list, create with a color, and delete project or issue labels.
About
Manages Linear labels via linear-cli, supporting list, create with a hex color, and delete for project and issue labels. A developer uses it to organize labels from the terminal.
- Create labels with --color and --id-only
- --type issue lists issue labels versus project labels
Linear Labels by the numbers
- 141 all-time installs (skills.sh)
- Ranked #1,210 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-labelsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 141 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
Manage Linear labels from the CLI - list, create with a color, and delete project or issue labels.
Files
Labels
# 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 --compactFlags
| Flag | Purpose |
|---|---|
--id-only | Return ID only |
--output json | JSON output |
--force | Skip confirmation |