/update-status
Update the status and progress of Linear tickets.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/update-status
Context preview
What this command does when you run it.
Update the status and progress of Linear tickets.
Command definition
update-status.md/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 relevant team members if the status change requires their action 10. Update the cycle progress if the ticket is in an active cycle 11. Check for blocked tickets that may now be unblocked 12. Report: ticket ID, previous status, new status, updated fields
Rules
- Always add a comment when changing status to explain why
- Do not skip status transitions (e.g., backlog directly to done)
- Link the PR when moving to "in review" status
- Update sub-task statuses consistently with parent status
- Notify the reviewer when moving to "in review"
- Capture the actual completion time when moving to "done"
- Do not reopen closed tickets; create a new ticket referencing the original
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

