From quorum
Audits code for observability best practices: logging coverage, structured logs, error context, metrics, trace propagation. Applies OBS-1-5 checklist to flag gaps like missing correlation IDs.
npx claudepluginhub berrzebb/quorum --plugin quorum**Primary tool**: `observability_check` 1. **Logging coverage** — error paths logged with context 2. **Structured logs** — consistent format, searchable fields 3. **Error context** — stack traces, request IDs, user context 4. **Metric instrumentation** — latency, throughput, error rates 5. **Trace propagation** — correlation IDs across service boundaries - [ ] OBS-1: Error handlers include stru...
Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Primary tool: observability_check