reach doctor¶
Inspect and diagnose local development environment, runtime agent binaries, API credentials, and skill catalogs.
Synopsis¶
Diagnostics Checked¶
- Python Environment: Verifies Python
>= 3.12and runtime platform details. - Agent Runtime Drivers: Checks for installed agent CLI executables (
claude,agy,goose,pi) and SDK packages (google.antigravity,keyword). - Credentials & Keys: Checks for configured API key (
GEMINI_API_KEY), Google Cloud Application Default Credentials (ADC), and Agent Registry target configuration. - Skill Directories & Cache: Scans for resident skills across standard workspace paths (
.agents/skills,.claude/skills, etc.) and cached Agent Registry bundles. - Project Configuration: Validates the syntax, schema, and active settings in
reach.toml.
Key Scenarios¶
Options¶
| Option | Type | Default | Description |
|---|---|---|---|
--verbose |
flag |
false |
Display detailed diagnostic info and recommended action panels. |
--path |
PATH |
Current directory | Target workspace directory to inspect. |