AgentSkillsCN

linear-labels

管理Linear标签。适用于创建、列出,或删除标签时使用。

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

Labels

bash
# 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