Bd Issue Show

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

petar-djukic 984009a 722 B Updated

File contents

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:

    git pull
    bd sync
    
  2. If no argument is provided, list all beads:

    bd list
    

    Present the output clearly: ID, title, and status for each bead.

  3. If a bead ID is provided, show its full details:

    bd show <id>
    

    Display all fields: ID, title, status, description, and any metadata.

petar-djukic/coding-skills/tree/main/.agents/skills/bd-issue-show commit 984009a23e

Frequently asked questions

npx skillmds@latest add petar-djukic/bd-issue-show