linear-labels
27
总安装量
4
周安装量
#13713
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-labels
Agent 安装分布
openclaw
3
github-copilot
3
gemini-cli
2
replit
2
antigravity
2
claude-code
2
Skill 文档
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 |