# geni doctor (/cli/doctor)



```sh
geni doctor
```

Walks every layer `geni` depends on and prints `✓` / `✗` per check. Run this when something doesn't work, or after install to confirm everything's wired up.

If anything's wrong, the line below it tells you exactly how to fix it.

## Output [#output]

```
geni doctor

System
  ✓ bash    /bin/bash
  ✓ curl    /usr/bin/curl
  ✓ jq      /opt/homebrew/bin/jq

Session
  ✓ Authenticated as jack@generalinput.com
  ✓ Active workspace: acme (Acme Inc.)
  ✓ API reachable

Skills
  ✓ Claude Code: ~/.claude/skills/geni.md
  ✗ Codex CLI: not installed
    Fix: run `geni skills install`

1 check failed.
```

This is also the right command to paste into a support thread — its output captures everything we'd ask about.
