drzero-status
Monitor DrZero session progress, agent activity, WorkItem completion, and task outcomes
DrZero Status
Monitor the current DrZero session state and progress.
Installation Prerequisite
Install the DrZero Codex bundle before using this skill:
make codex-install-drzero SCOPE=repo
What This Shows
- Session State: Active / Paused / Complete
- Current Phase: Propose / Solve / Review
- WorkItem Progress: Completed / In-Progress / Pending
- Agent Activity: Which specialists are active
- Outcomes: Pass/Fail for completed items
Status File
Read .codex/drzero-session.json for session state:
{
"session_id": "drzero-2026-03-23-001",
"started_at": "2026-03-23T18:00:00Z",
"status": "active",
"phase": "solve",
"workitems": [
{"id": "WI-001", "status": "complete", "outcome": "pass"},
{"id": "WI-002", "status": "in-progress", "agent": "drzero-testing"},
{"id": "WI-003", "status": "pending"}
],
"metrics": {
"proposed": 5,
"approved": 3,
"completed": 1,
"failed": 0
}
}
Display Format
DrZero Session Status
=====================
Session: drzero-2026-03-23-001
Phase: SOLVE (2 of 3 WorkItems)
Duration: 12m 34s
WorkItems:
[PASS] WI-001: Fix ESLint errors in build-metadata.js
[....] WI-002: Add unit tests for validate-schemas (drzero-testing active)
[ ] WI-003: Update README installation section
Score: 1/3 complete | 0 failures
Related Assets
ai-dlc-status
Check AI-DLC workflow status, current phase, stage progress, and pending approvals
Owner: epic-platform-sre
Azure Resource Health Diagnosis
Analyze an Azure resource’s health, diagnose issues using logs and telemetry, and produce a remediation plan for identified problems.
Owner: epic-platform-sre
Dynatrace Operations Agent
Autonomous Dynatrace Platform agent that executes DQL queries, reads settings, and runs diagnostic workflows against any Grail-based tenant. Discovers credentials automatically (env var, .dtenv file, or prompt), executes live API calls, and presents formatted results. Use for entity inventory, metrics analysis, problem triage, log review, and guided troubleshooting.
Owner: platform-infrastructure
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

