Handoff Show banner
ucsandman ucsandman

Handoff Show

Development community

Description

--- description: Show details for a saved context handoff bundle. argument-hint: <slug-or-bundle-id> --- Show details for one saved context handoff bundle. ## Instructions Run the `context-handoff-bundle show` CLI command. ```bash context-handoff-bundle show <query> ``` The query can be a bundle ID, slug, or "latest". The command outputs: metadata, quality score, freshness status, summary, top findings, and open questions. Present the output directly. If the bundle is not found, say so.

Installation

Installs to ~/.claude/commands/ucsandman-context-handoff-bundle-handoff-show.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ucsandman/context-handoff-bundle/HEAD/.claude/commands/handoff-show.md -o ~/.claude/commands/ucsandman-context-handoff-bundle-handoff-show.md

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

Full documentation available on GitHub

View Source Repository