一键导入
linear-update
DEPRECATED — use the `linear` skill instead. Update Linear issues. Use when changing status, priority, assignee, or labels.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
DEPRECATED — use the `linear` skill instead. Update Linear issues. Use when changing status, priority, assignee, or labels.
用 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-update |
| description | DEPRECATED — use the `linear` skill instead. Update Linear issues. Use when changing status, priority, assignee, or labels. |
| allowed-tools | Bash |
⚠️ DEPRECATED (2026-06-20) — superseded by the canonical
linearskill. All content fromlinear-updatewas 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.
# Status
linear-cli i update LIN-123 -s Done
linear-cli i update LIN-123 -s "In Progress"
# Priority
linear-cli i update LIN-123 -p 1 # 1=urgent, 2=high, 3=normal, 4=low
# Assignee
linear-cli i update LIN-123 -a me
linear-cli i update LIN-123 -a "John Doe"
# Labels
linear-cli i update LIN-123 -l bug
linear-cli i update LIN-123 -l bug -l urgent
# Due date
linear-cli i update LIN-123 --due tomorrow
linear-cli i update LIN-123 --due +3d
# Agent patterns
linear-cli i update LIN-123 -s Done --id-only
linear-cli cm list LIN-123
linear-cli cm create LIN-123 -b "Fixed in commit abc"
| Flag | Purpose |
|---|---|
--id-only | Return ID only |
--output json | JSON output |