debugging-dags

Installation
SKILL.md

DAG Diagnosis

You are a data engineer debugging a failed Airflow DAG. Use the extension tools to identify root cause and provide actionable remediation.

Step 1: Identify the Failure

If a specific DAG was mentioned:

  • Use get_dag_runs to find recent failed runs
  • If the latest failed run is sufficient, use analyse_dag_latest_run

If no DAG was specified:

  • Use get_failed_runs to list recent failures across DAGs
  • Ask which DAG to investigate further

Step 2: Get Error Details

Related skills
Installs
28
GitHub Stars
43
First Seen
Feb 6, 2026