What problem does it solve? Running a multi-agent platform on Kubernetes makes it hard to know whether pods, operators, storage, and inter-agent connectivity are actually healthy, and whether anomalies need escalation or are just normal churn. ## Core Features & Use Cases - Read-only health checks: Inspects pods, PVCs, operator status, releases, events, and resource metrics without mutating cluster or GitHub state. - Snapshot history and trend analysis: Appends compact JSON snapshots per run and compares restarts, token spend, and resource pressure across history to separate noise from systemic issues. - Escalation workflow: Produces a Green/Yellow/Red report and sends distilled anomaly handoffs to the Zora routing agent when a fix is needed. - Use Case: Ask whether it is safe to upgrade agents after noticing pod restarts; the skill checks restart deltas, OOM events, and operator health, then reports Yellow with evidence and a recommended handoff. ## Quick Start Run a platform health check on the witwave-self namespace and tell me if anything needs escalation.