linear-labels

star 101

Manage Linear labels. Use when creating, listing, or deleting labels.

Finesssee By Finesssee schedule Updated 2/5/2026

name: linear-labels description: Manage Linear labels. Use when creating, listing, or deleting labels. allowed-tools: Bash

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 --compact

Flags

Flag Purpose
--id-only Return ID only
--output json JSON output
--force Skip confirmation
Install via CLI
npx skills add https://github.com/Finesssee/linear-cli --skill linear-labels
Repository Details
star Stars 101
call_split Forks 15
navigation Branch main
article Path SKILL.md
More from Creator