What problem does it solve?
This Skill eliminates blind spots in distributed production systems where traditional step-through debugging is impossible, enabling engineers to quickly diagnose issues, reduce mean time to resolution, and maintain service reliability without direct access to running code.
Core Features & Use Cases
- Structured Logging with Correlation IDs: Implement consistent, queryable key-value log events with propagated request IDs to trace requests across services.
- Metrics and SLO Management: Instrument the four golden signals (latency, traffic, errors, saturation) and define SLIs/SLOs with error budgets to balance feature velocity and reliability.
- Distributed Tracing: Use OpenTelemetry to reconstruct full request causal chains across microservices for latency and error root cause analysis.
- Alerting and Incident Response: Build symptom-based, SLO-aligned alerts with runbooks, and follow systematic debugging workflows to resolve production incidents efficiently.
- Use Case: For a microservices e-commerce platform, use this Skill to correlate logs, metrics, and traces across order, payment, and inventory services to debug checkout failures, set latency SLOs with appropriate alerts, and conduct blameless postmortems after incidents.
Quick Start
Use the observability skill to add structured logging with correlation IDs and four golden signals metrics to your new user authentication microservice.