> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd status

> Show issue database overview and statistics

Generated from `bd help --doc status`.

Show a quick snapshot of the issue database state and statistics.

This command provides a summary of issue counts by state (open, in\_progress,
blocked, closed), ready work, extended statistics (pinned issues,
average lead time), and recent activity over the last 24 hours from git history.

Similar to how 'git status' shows working tree state, 'bd status' gives you
a quick overview of your issue database without needing multiple queries.

Use cases:

* Quick project health check
* Onboarding for new contributors
* Integration with shell prompts or CI/CD
* Daily standup reference

Examples:
bd status                    # Show summary with activity
bd status --no-activity      # Skip git activity (faster)
bd status --json             # JSON format output
bd status --assigned         # Show issues assigned to current user
bd stats                     # Alias for bd status

```
bd status [flags]
```

**Aliases:** stats

**Flags:**

```
      --all           Show all issues (default behavior)
      --assigned      Show issues assigned to current user
      --no-activity   Skip git activity tracking (faster)
```
