debugging-dags
Originally fromastronomer/agents
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_runsto find recent failed runs - If the latest failed run is sufficient, use
analyse_dag_latest_run
If no DAG was specified:
- Use
get_failed_runsto list recent failures across DAGs - Ask which DAG to investigate further