AI SummaryWork Item Show is a CLI skill that displays comprehensive details about a specific work item, including status, dependencies, session history, and git information—useful for developers managing complex projects in Claude Code environments.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Work Item Show" skill in my project. Please run this command in my terminal: # Install skill into your project (17 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-show.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/adopt.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/adopt.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/end.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/end.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/init.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/init.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learn-curate.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/learn-curate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learn-search.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/learn-search.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learn-show.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/learn-show.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/learn.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/learn.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/start.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/start.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/status.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/status.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/validate.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/validate.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work-delete.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-delete.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work-graph.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-graph.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work-list.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-list.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work-new.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-new.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work-next.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-next.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work-update.md "https://raw.githubusercontent.com/ankushdixit/solokit/main/.claude/commands/work-update.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Show detailed information about a specific work item
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 this work item was worked on • Git Information: Branch name and associated commits • Specification Preview: First 30 lines of the spec file • Next Steps: Suggested actions based on current status Show all information to the user in a clear, formatted display. This helps understand the full context of a work item before starting work on it.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster