Skip to content
Skill

Work Item Show

by ankushdixit

AI Summary

Work 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
59 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars59
Forks8
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code