From linear-helper
Updates the status and progress of Linear tickets with proper transitions, comments, sub-task sync, and team notifications.
How this command is triggered — by the user, by Claude, or both
Slash command
/linear-helper:update-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /update-status - Update Linear Status Update the status and progress of Linear tickets. ## Steps 1. Ask the user for the ticket identifier or search by title 2. Fetch the current ticket status and details from Linear 3. Determine the new status: backlog, todo, in progress, in review, done, cancelled 4. Update the ticket status in Linear 5. Add a comment explaining the status change and any relevant context 6. Update the estimate if the scope has changed 7. Link any related PRs or commits to the ticket 8. Move sub-tasks to appropriate statuses based on the parent update 9. Notify releva...
Update the status and progress of Linear tickets.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin linear-helper/update-statusUpdates the status and progress of Linear tickets with proper transitions, comments, sub-task sync, and team notifications.
/issue-updateUpdates an existing ticket or issue with status transitions, comments, assignee changes, label modifications, and priority updates across configured providers.
/update-issueUpdates an existing Linear issue using the linear CLI, changing title, description, assignee, state, labels, priority, estimate, due date, team, or project. Uses git branch issue if ID omitted.
/pac-update-statusUpdates ticket status and tracks progress in a Product as Code workflow. Validates transitions, manages assignments, comments, tasks, acceptance criteria, and parent epic linkage.
/update-taskUpdates project tasks using natural language — parses status, priority, dependency, and assignment changes, supports bulk operations via ranges and patterns, and validates transitions before applying.
/linear-continue-workResumes work on a Linear issue by analyzing current state, reviewing progress, and generating a step-by-step action plan. Updates Linear with status and comments.