linear-update
Installation
SKILL.md
Update Issues
# 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
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 |
Related skills
More from finesssee/linear-cli
linear-create
Create Linear issues. Use when creating bugs, tasks, or feature requests.
100linear-list
List and get Linear issues. Use when viewing issues, checking status, or fetching issue details.
98linear-search
Search Linear issues and projects. Use when finding issues, looking up bugs, or searching the backlog.
95linear-workflow
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
91linear-projects
Manage Linear projects - full CRUD with labels, members, archive. Use when managing projects.
89linear-uploads
Download attachments and images from Linear issues. Use when fetching screenshots, images, or file attachments from Linear comments or descriptions.
88