| 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 linear skill.
All content from linear-update was merged into .agents/skills/linear/ (SKILL.md +
references/). Use the linear skill instead. Kept temporarily for review; scheduled for
removal once the migration is approved. Do not extend this file.
Update Issues
linear-cli i update LIN-123 -s Done
linear-cli i update LIN-123 -s "In Progress"
linear-cli i update LIN-123 -p 1
linear-cli i update LIN-123 -a me
linear-cli i update LIN-123 -a "John Doe"
linear-cli i update LIN-123 -l bug
linear-cli i update LIN-123 -l bug -l urgent
linear-cli i update LIN-123 --due tomorrow
linear-cli i update LIN-123 --due +3d
linear-cli i update LIN-123 -s Done --id-only
Comments
linear-cli cm list LIN-123
linear-cli cm create LIN-123 -b "Fixed in commit abc"
Flags
| Flag | Purpose |
|---|
--id-only | Return ID only |
--output json | JSON output |