| name | linear-statuses |
| description | DEPRECATED — use the `linear` skill instead. View and manage workflow states. Use when checking or configuring issue statuses for a team. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical linear skill.
All content from linear-statuses was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Statuses
linear-cli st list -t ENG
linear-cli st list -t ENG --output json
linear-cli st get "In Progress" -t ENG
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