# Bd Issue Show

> List beads or show details of a specific bead in the current repository.

- Skill: `petar-djukic/bd-issue-show` (Agent Skill)
- Install (CLI): `npx skillmds@latest add petar-djukic/bd-issue-show`
- Raw SKILL.md: https://api.skillmd.com/api/skills/petar-djukic/bd-issue-show/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: petar-djukic (https://skillmd.com/u/petar-djukic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/petar-djukic/bd-issue-show

---


# bd-issue-show command

Apply this command workflow. Treat any text after its invocation as the command input.

List beads or show details of a specific bead in the current repository.

## Input

$ARGUMENTS

## Behavior

1. Sync beads to get the latest state:
   ```bash
   git pull
   bd sync
   ```

2. If no argument is provided, list all beads:
   ```bash
   bd list
   ```
   Present the output clearly: ID, title, and status for each bead.

3. If a bead ID is provided, show its full details:
   ```bash
   bd show <id>
   ```
   Display all fields: ID, title, status, description, and any metadata.

