From sb
Shows full details of a card including title, description, column, labels, comments, timestamps, and edit history in JSON format. Requires <ref> (rkey prefix, min 4 chars) and --json; optional --board override.
How this command is triggered — by the user, by Claude, or both
Slash command
/sb:show <ref>The summary Claude sees in its command listing — used to decide when to auto-load this command
# sb show Show full details of a card including comments and edit history. ## Usage - `<ref>` — card reference (rkey prefix, minimum 4 characters) Options: - `--board <ref>` — override default board (AT URI, `did:plc:xxx:rkey`, or board name) Always use `--json`. Returns: `rkey`, `did`, `title`, `description`, `column`, `labels[]`, `createdAt`, `lastModifiedAt`, `lastModifiedBy`, `opsApplied`, `comments[]`. If the user doesn't provide a card ref, ask for one or run `sb cards --json` to help them pick.
Show full details of a card including comments and edit history.
sb show <ref> --json
<ref> — card reference (rkey prefix, minimum 4 characters)Options:
--board <ref> — override default board (AT URI, did:plc:xxx:rkey, or board name)Always use --json. Returns: rkey, did, title, description, column, labels[], createdAt, lastModifiedAt, lastModifiedBy, opsApplied, comments[].
If the user doesn't provide a card ref, ask for one or run sb cards --json to help them pick.
npx claudepluginhub disnet/skyboard --plugin sb/kaiten-cardReads, comments, moves, or updates a Kaiten card by URL or ID. Also supports searching cards, managing checklists, and assigning users.
/spikeRuns a generic spike research workflow for a Kaiten card — fetches card details from Kaiten, saves a structured spike report file with methodology, findings, and next steps.
/boardDisplays the current kanban board with task counts per column (TODO, DOING, DONE), priorities, labels, and highlights the active doing task. Suggests creating a project if none exists.
/showDisplay detailed information about a beads issue by ID using MCP show tool, including title, status, priority, type, timestamps, dependencies, and related issues. Offers full dependency tree.
/showDisplays the current project playbook and session user profiles by running the claude_smart.cli show command via uv and showing its output verbatim.
/showDisplays synthesized review (final.md) from a past OCR code review session's current round. Optional session ID defaults to most recent; optionally shows individual reviews.