What problem does it solve? Teams often cannot answer "is the service broken for users right now" because metrics are missing, alerts are noisy or misconfigured, and dashboards bury the signal. This Skill audits the full observability stack so gaps are found before an outage does. ## Core Features & Use Cases - Four-layer audit: Reviews metrics coverage (RED/USE methods), alert quality, dashboard design, and log hygiene in a fixed order. - Alert quality tests: Validates every alert against actionable, urgent, and user-impacting criteria, with PromQL examples for ratio-based alerting and absence detection. - Verification commands: Ships runnable curl/jq checks against the Prometheus API to confirm targets are scraped and metrics actually arrive. - Use Case: After deploying a new service, run this review to discover the app exposes /metrics but no scrape job exists, histogram buckets are defaults, and no alert fires when the exporter dies. ## Quick Start Ask the AI to review the monitoring setup for your service using the monitoring-check skill and report critical observability gaps.