Work Show banner
ankushdixit ankushdixit

Work Show

Development community

Description

--- description: Show detailed information about a specific work item argument-hint: <work_item_id> --- # Work Item Show Display detailed information for a specific work item by running: ```bash sk work-show "$@" ``` The work item ID is provided in `$ARGUMENTS` and passed through `"$@"`. This displays comprehensive details: - **Work Item Info**: Type, status, priority, creation date - **Dependencies**: List of dependencies with their current status - **Session History**: All sessions where

Installation

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

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

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

Full documentation available on GitHub

View Source Repository