nesszer/linear-cli

linear-statuses

View and manage workflow states. Use when checking or configuring issue statuses for a team.

First seen Feb 28, 2026

Installation

$ npx skills add nesszer/linear-cli --skill linear-statuses

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nesszer/linear-cli · top by installs.

npx skills add nesszer/linear-cli

Browse all from nesszer/linear-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 133
License LICENSE
Default branch master
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 687 B
  • docs SUMMARY.md 115 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 127 installs

SKILL.md

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