plugins/babysitter-codex/.codex/skills/babysitter/doctor/SKILL.md
Diagnose babysitter run health — journal integrity, state cache, effects, locks, sessions, logs, and disk usage.
npx skillsauth add a5c-ai/babysitter babysitter:doctorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive diagnostic agent for babysitter runtime health. Performs 10 mandatory health checks on a specific run (or the most recent run if no ID is provided).
If no run-id argument provided, find the most recent run:
ls -t .a5c/runs/ | head -1
For each check, report PASS, WARN, or FAIL.
.a5c/runs/<runId>/.a5c/runs/<runId>/journal.jsonl existsstate.json against journal eventsrun.lock file.a5c/logs/ for hook logs.a5c/runs/<runId>/ total sizenode --check@a5c-ai/babysitter-sdk dependency is installedsh -n passes for shell scriptsnode --check passes for JS hooksPrint a summary table:
Check Status Details
─────────────────────────────────────────
1. Run Discovery PASS Run 01KJY... found
2. Journal Integrity PASS 42 events, checksums valid
3. State Cache PASS Consistent
4. Effect Status WARN 1 stuck effect (> 30min)
5. Lock Status PASS No stale locks
...
Then print detailed findings and recommendations for any WARN/FAIL checks.
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.