Manages Apache Airflow operations including listing, testing, running, and debugging DAGs, viewing task logs,...
find ~/astronomer/ -name "*.skill"
Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse...
Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write...
Quick data freshness check. Use when the user asks if data is up to date, when a table was last updated, if data is...
Comprehensive DAG failure diagnosis and root cause analysis. Use for complex debugging requests requiring deep...
Initialize warehouse schema discovery. Generates .astro/warehouse.md with all table metadata for instant lookups....
Manage local Airflow environment with Astro CLI. Use when the user wants to start, stop, or restart Airflow, view...
Guide for migrating Apache Airflow 2.x projects to Airflow 3.x. Use when the user mentions Airflow 3 migration,...
Deep-dive data profiling for a specific table. Use when the user asks to profile a table, wants statistics about a...
Initialize and configure Astro/Airflow projects. Use when the user wants to create a new project, set up...
Complex DAG testing workflows with debugging and fixing cycles. Use for multi-step testing requests like "test this...
Trace downstream data lineage and impact analysis. Use when the user asks what depends on this data, what breaks if...
Trace upstream data lineage. Use when the user asks where data comes from, what feeds a table, upstream...