skills/linear-statuses/SKILL.md
View and manage workflow states. Use when checking or configuring issue statuses for a team.
npx skillsauth add finesssee/linear-cli linear-statusesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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"
| Flag | Purpose |
|------|---------|
| -t TEAM | Team key (required) |
| --name NAME | Status name |
| --color HEX | Status color |
| --output json | JSON output |
0=Success, 1=Error, 2=Not found, 3=Auth error
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.