linear-labels

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-labels" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-labels

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

FlagPurpose
--id-onlyReturn ID only
--output jsonJSON output
--forceSkip confirmation

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
linear-labels | V50.AI