What problem does it solve? Manually checking ECS service status, ALB target health, SSL certificates, and digging through CloudWatch logs to find the root cause of production issues is slow and error-prone. This Skill automates production health monitoring and log analysis for AWS ECS clusters. ## Core Features & Use Cases - Health Checks: Probes your domain over HTTP, compares ECS desired vs running task counts, checks ALB target group health, and tracks SSL certificate expiry. - Log Analysis: Pulls CloudWatch logs and categorizes errors (panics, fatals, OOM, timeouts, 5xx), detects container restarts, and filters health-check noise. - Auto-Diagnosis: When the health check detects failures, it automatically runs deep log analysis on the affected services. - Use Case: Your production API starts returning 500s. Run the health monitor, which flags the degraded service and automatically analyzes its CloudWatch logs to surface the panic or OOM errors causing the outage. ## Quick Start Set the ECS_CLUSTER environment variable to your cluster name and ask the assistant to run an ECS health check and diagnose any failing services from CloudWatch logs.