CLI Reference
scut doctor
Read-only setup diagnostics.
scut doctor checks whether supported agents can find and run scut hooks.
scut doctor
scut doctor --claude
scut doctor --codex
scut doctor --scope=both
scut doctor --json
The command reports ok, info, warn, and error findings. JSON output is intended for scripts and future integrations.
Generated help
Generated from scut doctor --help.
Usage: scut doctor [flags]
Diagnose scut hook setup for supported coding agents.
Flags:
-h, --help Show context-sensitive help.
-v, --version Print version and exit.
--claude Check Claude Code setup.
--codex Check Codex setup.
--all Check all supported agents.
--scope="both" Configuration scope to inspect.
--json Emit a structured JSON object instead of human-readable
output.