gcp-composer-troubleshooting

Analyze Cloud Composer DAG failures and generate RCA reports.

161|37|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --skill gcp-composer-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-composer-troubleshooting
Source: https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack/tree/main/skills/gcp-composer-troubleshooting
Command: npx skills add https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --skill gcp-composer-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides expert guidance for troubleshooting Cloud Composer (Apache Airflow) pipelines and generating Root Cause Analysis (RCA) reports. It helps you identify failing DAGs, extract relevant logs, and determine the root cause without modifying production code.

Core Features & Use Cases

  • Guided RCA workflow using gcloud logging to fetch error logs and identify failing tasks.
  • Remote code retrieval of DAGs and configs to compare against running environment and correlate failures.
  • Structured RCA reporting with clear root-cause explanations and recommended safe fixes.
  • Safe, read-only analysis that prioritizes evidence gathering before proposing changes.

Quick Start

Provide the DAG ID and environment details to trigger RCA analysis using gcloud logging and remote DAG retrieval.

Frequently Asked Questions about gcp-composer-troubleshooting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot failed DAG runs in Cloud Composer?

You can troubleshoot failed DAG runs by executing a structured Root Cause Analysis workflow that uses gcloud logging to fetch error logs and retrieves remote DAG code to pinpoint failures.

What is the best way to analyze Airflow logs for RCA on Google Cloud?

The best way to analyze Airflow logs for RCA on Google Cloud is using gcloud logging read commands to extract relevant error logs from your Composer environment and correlating them with DAG configurations.

Can I perform RCA on Composer environments without modifying production code?

Yes, you can perform RCA on Composer environments without modifying production code because the analysis uses safe, read-only operations to gather evidence from logs and remote code retrieval before proposing any fixes.

How do I retrieve remote DAG code for troubleshooting Airflow pipelines?

To retrieve remote DAG code for troubleshooting Airflow pipelines, you use gcloud storage commands to fetch DAG files and configs, allowing you to compare them against the running Composer environment.

What information do I need to start a Composer pipeline RCA?

To start a Composer pipeline RCA, you need to provide the DAG ID and your specific environment details to trigger the log analysis and remote code retrieval process.

Does this RCA workflow generate a report after analyzing the Airflow logs?

Yes, the RCA workflow generates a structured report after analyzing Airflow logs, providing clear root-cause explanations and recommended safe fixes based on the gathered evidence.