What problem does it solve? When a Cloud Composer (Apache Airflow) DAG fails, finding the root cause requires digging through scattered logs and verifying which code version actually ran. This Skill guides an evidence-based Root Cause Analysis (RCA) workflow so failures are explained with concrete log entries and code references instead of guesswork. ## Core Features & Use Cases - Log-Based Evidence Gathering: Uses gcloud logging read with severity, environment, and DAG ID filters to locate failures and stack traces. - Remote Code Verification: Downloads the actual DAG code from the Composer GCS bucket to ensure analysis targets the running version, not stale local copies. - Structured RCA Reports: Correlates logs with code line numbers, proposes fixes, and generates a saved RCA report. - Use Case: A user reports that the DAG daily_sales_agg failed yesterday at 2pm. The Skill fetches error logs, downloads the remote DAG file, pinpoints a KeyError at line 45, and produces an RCA report with a recommended fix. ## Quick Start Ask the assistant to troubleshoot why your Composer DAG failed and generate a root cause analysis report for a specific DAG ID and time range.