linear-statuses
4
总安装量
2
周安装量
#52063
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-statuses
Agent 安装分布
amp
2
cline
2
opencode
2
cursor
2
kimi-cli
2
codex
2
Skill 文档
Statuses
# List all statuses for a team
linear-cli st list -t ENG
linear-cli st list -t ENG --output json
# Get status details
linear-cli st get "In Progress" -t ENG
# Update a workflow state
linear-cli st update STATE_ID --name "Reviewing" --color "#3B82F6"
Flags
| Flag | Purpose |
|---|---|
-t TEAM |
Team key (required) |
--name NAME |
Status name |
--color HEX |
Status color |
--output json |
JSON output |
Exit Codes
0=Success, 1=Error, 2=Not found, 3=Auth error