Work Update banner
ankushdixit ankushdixit

Work Update

Development community

Description

--- description: Update work item fields argument-hint: <work_item_id> <field> --- # Work Item Update Update specific fields of an existing work item. ## Usage ```bash sk work-update "$@" ``` The work item ID and field are provided in `$ARGUMENTS` and passed through `"$@"`. ## Supported Fields - **status** - Update status (not_started/in_progress/blocked/completed) - **priority** - Change priority level (critical/high/medium/low) - **milestone** - Set or update milestone - **add-dependenc

Installation

Installs to ~/.claude/commands/ankushdixit-solokit-work-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ankushdixit/solokit/HEAD/.claude/commands/work-update.md -o ~/.claude/commands/ankushdixit-solokit-work-update.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository