Statuses
SkillProductivityView and manage workflow states. Use when checking or configuring issue statuses for a team.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Statuses skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-statuses/SKILL.md and read by ahel’s review.
# 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
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-statuses- Source
- github.com/nesszer/linear-cli