commandby ankushdixit

Work Show

Show detailed information about a specific work item

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command ankushdixit/work-show

Installs to .claude/commands/work-show.md

# 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.

Quick Install

$npx ai-builder add command ankushdixit/work-show

Details

Type
command
Slug
ankushdixit/work-show
Created
6d ago