What problem does it solve? Tuning Managed Service for Apache Airflow (Cloud Composer) environments is hard without telemetry: teams often guess at sizing, miss OOM-caused scheduler restarts, or overlook slow DAG parsing. This Skill gathers real metrics and turns them into concrete, data-backed recommendations. ## Core Features & Use Cases - Telemetry-Driven Diagnosis: Runs Python scripts against Cloud Monitoring (PromQL API) to collect CPU, memory, disk, restart counts, DAG parsing stats, and environment health for each Airflow component. - Structured Recommendation Workflow: Follows a five-step process—context gathering, configuration verification via gcloud, metrics collection, analysis, and categorized recommendations covering infrastructure scaling, airflow.cfg overrides, bucket hygiene, and production best practices. - Use Case: Your Cloud Composer scheduler keeps restarting and tasks are delayed. The Skill pulls restart counts and memory usage, identifies an OOM condition caused by heavy top-level DAG code, and recommends specific parsing and configuration fixes instead of blind upsizing. ## Quick Start Ask the assistant to analyze your Cloud Composer environment named my-env in project my-project located in us-central1 over the past 24 hours and recommend performance improvements.