
Linear Statuses
- 116 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
View and manage Linear workflow states from the CLI - list team statuses, get details, and update a workflow state's name or color.
About
Manages Linear workflow states via linear-cli, supporting listing team statuses, getting details, and updating name or color. A developer uses it to check or configure issue statuses from the terminal.
- st list and st get scoped to a team
- st update changes a workflow state's name and color
Linear Statuses by the numbers
- 116 all-time installs (skills.sh)
- Ranked #1,306 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-statusesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 116 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
View and manage Linear workflow states from the CLI - list team statuses, get details, and update a workflow state's name or color.
Files
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