linear-labels
Installation
SKILL.md
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 |
Related skills
More from finesssee/linear-cli
linear-create
Create Linear issues. Use when creating bugs, tasks, or feature requests.
100linear-list
List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.
98linear-update
Update Linear issues. Use when changing status, priority, assignee, or labels.
95linear-uploads
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.
88linear-history
View Linear issue history. Use for activity logs and audit trails.
87linear-git
Git operations with Linear. Use for branches, checkout, and PRs.
87