skills/linear-labels/SKILL.md
Manage Linear labels. Use when creating, listing, or deleting labels.
npx skillsauth add finesssee/linear-cli linear-labelsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
| Flag | Purpose |
|------|---------|
| --id-only | Return ID only |
| --output json | JSON output |
| --force | Skip confirmation |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.