drzero-ping
Health check for the DrZero Codex plugin, shared config, custom agents, support scripts, and scoring runtime
DrZero Ping
Confirm that the DrZero Codex plugin is loaded and ready to run.
Workflow
- Confirm the
drzeroplugin skill is available. - Run
python3 scripts/codex/drzero-config.py pathto identify the active shared config. - Run
python3 scripts/codex/drzero-config.py validateto validatedrzero.ymlor built-in defaults. - Confirm the canonical agents are available after activation:
drzero-orchestrator,drzero-proposer,drzero-solver, and the 16 domain specialists. - Confirm scoring imports work:
python3 scripts/codex/drzero-score.py --mode solverwith a harmless JSON sample.
Expected Result
Report ok: true only when config validation, agent visibility, support scripts,
and scoring runtime checks all pass. If any check fails, return the exact missing
file, command, or import error and recommend drzero-config init --install-assets.
Related Assets
drzero
otc-awesome-llm is the Optum LLM library providing version-controlled prompts, chatmodes, instructions, and agent modes for infrastructure operations via native IDE integrations
cave-man
Terse technical response style that removes filler while preserving substance
Owner: epic-platform-sre
drzero
Run DrZero autonomous improvement after initializing shared drzero.yml while preserving the @drzero plugin mention
Owner: epic-platform-sre
drzero-analysis
Deep codebase analysis without making changes - architecture review, quality assessment, and improvement recommendations
Owner: epic-platform-sre
drzero-autonomous
Autonomous repository improvement loop with two-phase propose-then-solve workflow using domain specialist agents
Owner: epic-platform-sre
drzero-citadel
Governed DrZero execution with centralized quality gates for sensitive or release-critical work
Owner: epic-platform-sre

