SkillHub

doctor

Diagnose config, auth, agents, links, gitignore block integrity, and lockfile drift.

skillhub doctor diagnoses your setup: config, auth, detected agents, symlink health, the managed .gitignore block, and drift between the lockfile and what's on disk. It reports an overall status plus a per-check breakdown, each with a suggested fix.

Synopsis

skillhub doctor [--global]

Flags

FlagDescription
--global, -gCheck the machine-global scope instead of the enclosing project

Examples

skillhub doctor
skillhub doctor --global

JSON output

With --json, the data object contains:

  • scope (project | global), status (ok | warn | fail).
  • checks[] — each { id: config | auth | agents | links | gitignore | lockfile, label, status: ok | warn | fail, detail, fix (string|null) }.

On this page