What problem does it solve? Services often ship without production visibility, leaving teams blind to failures, slow dependencies, and user impact until incidents escalate. This Skill enforces consistent observability practices so every user-reachable path emits usable signals. ## Core Features & Use Cases - Signal Coverage Rules: Ensures request, error, and duration (RED) metrics, traces across boundaries, and dependency health signals for every user-reachable path. - Structured Logging Guidance: Provides a detailed reference for semantic event names, severity levels, cardinality control, and sensitive-data redaction aligned with OpenTelemetry conventions. - Alerting and Health Checks: Defines alert criteria based on user impact and SLO burn, plus correct liveness versus readiness probe design. - Use Case: When adding a new payment endpoint, use this Skill to add structured logs with correlation IDs, bounded metric labels, traces across the payment provider call, and an alert tied to SLO burn with a runbook link. ## Quick Start Use the observability skill to add structured logging, metrics, traces, and alerts to my new checkout API endpoint.