一键导入
linear-statuses
DEPRECATED — use the `linear` skill instead. View and manage workflow states. Use when checking or configuring issue statuses for a team.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DEPRECATED — use the `linear` skill instead. View and manage workflow states. Use when checking or configuring issue statuses for a team.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
DEPRECATED — use the `linear` skill instead. "Manage Linear issues, projects, and teams"
DEPRECATED — use the `linear` skill instead. Create Linear issues. Use when creating bugs, tasks, or feature requests.
DEPRECATED — use the `linear` skill instead. Manage Linear documents. Use for creating and viewing documentation.
DEPRECATED — use the `linear` skill instead. Manage Linear labels. Use when creating, listing, or deleting labels.
DEPRECATED — use the `linear` skill instead. View Linear metrics. Use for velocity, burndown, and progress tracking.
DEPRECATED — use the `linear` skill instead. Manage project milestones - create, update, track target dates. Use when planning project deliverables.
| 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
linearskill. All content fromlinear-statuseswas merged into.agents/skills/linear/(SKILL.md + references/). Use thelinearskill instead. Kept temporarily for review; scheduled for removal once the migration is approved. Do not extend this file.
# 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