Skip to content

drzero-status

Monitor DrZero session progress, agent activity, WorkItem completion, and task outcomes

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
drzero
status
monitoring
progress

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

  1. Session State: Active / Paused / Complete
  2. Current Phase: Propose / Solve / Review
  3. WorkItem Progress: Completed / In-Progress / Pending
  4. Agent Activity: Which specialists are active
  5. 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

experimental

Check AI-DLC workflow status, current phase, stage progress, and pending approvals

codex
ai-dlc
status
progress
workflow

Owner: epic-platform-sre

Azure Resource Health Diagnosis

experimental

Analyze an Azure resource’s health, diagnose issues using logs and telemetry, and produce a remediation plan for identified problems.

claude
codex
vscode
azure
diagnostics
monitoring
incident
remediation
+1

Owner: epic-platform-sre

Dynatrace Operations Agent

active

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.

claude
dynatrace
monitoring
observability
dql
grail
+4

Owner: platform-infrastructure

drzero

experimental

Run DrZero autonomous improvement after initializing shared drzero.yml while preserving the @drzero plugin mention

codex
drzero
autonomous
default
improvement

Owner: epic-platform-sre

drzero-analysis

experimental

Deep codebase analysis without making changes - architecture review, quality assessment, and improvement recommendations

codex
drzero
analysis
review
quality
architecture

Owner: epic-platform-sre

drzero-autonomous

experimental

Autonomous repository improvement loop with two-phase propose-then-solve workflow using domain specialist agents

codex
drzero
autonomous
improvement
ci
quality

Owner: epic-platform-sre