Skill | Added | Review |
|---|---|---|
annotating-task-lineage Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or enable lineage tracking for operators without built-in OpenLineage extraction. | 86 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
warehouse-init Initialize warehouse schema discovery. Generates .astro/warehouse.md with all table metadata for instant lookups. Run once per project, refresh when schema changes. Use when user says "/astronomer-data:warehouse-init" or asks to set up data discovery. | 68 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: 0642adb | |
cosmos-dbt-fusion Use when running a dbt Fusion project with Astronomer Cosmos. Covers Cosmos 1.11+ configuration for Fusion on Snowflake/Databricks with ExecutionMode.LOCAL. Before implementing, verify dbt engine is Fusion (not Core), warehouse is supported, and local execution is acceptable. Does not cover dbt Core. | 90 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 0642adb | |
profiling-tables Deep-dive data profiling for a specific table. Use when the user asks to profile a table, wants statistics about a dataset, asks about data quality, or needs to understand a table's structure and content. Requires a table name. | 78 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
checking-freshness Quick data freshness check. Use when the user asks if data is up to date, when a table was last updated, if data is stale, or needs to verify data currency before using it. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
creating-openlineage-extractors Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide. | 86 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
airflow-plugins Build Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use this skill whenever the user wants to create an Airflow plugin, add a custom UI page or nav entry to Airflow, build FastAPI-backed endpoints inside Airflow, serve static assets from a plugin, embed a React app in the Airflow UI, add middleware to the Airflow API server, create custom operator extra links, or call the Airflow REST API from inside a plugin. Also trigger when the user mentions AirflowPlugin, fastapi_apps, external_views, react_apps, plugin registration, or embedding a web app in Airflow 3.1+. If someone is building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface, this skill almost certainly applies. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
tracing-downstream-lineage Trace downstream data lineage and impact analysis. Use when the user asks what depends on this data, what breaks if something changes, downstream dependencies, or needs to assess change risk before modifying a table or DAG. | 79 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
cosmos-dbt-core Use when turning a dbt Core project into an Airflow DAG/TaskGroup using Astronomer Cosmos. Does not cover dbt Fusion. Before implementing, verify dbt engine, warehouse, Airflow version, execution environment, DAG vs TaskGroup, and manifest availability. | 90 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 0642adb | |
tracing-upstream-lineage Trace upstream data lineage. Use when the user asks where data comes from, what feeds a table, upstream dependencies, data sources, or needs to understand data origins. | 84 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
setting-up-astro-project Initialize and configure Astro/Airflow projects. Use when the user wants to create a new project, set up dependencies, configure connections/variables, or understand project structure. For running the local environment, see managing-astro-local-env. | 96 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
debugging-dags Comprehensive DAG failure diagnosis and root cause analysis. Use for complex debugging requests requiring deep investigation like "diagnose and fix the pipeline", "full root cause analysis", "why is this failing and how to prevent it". For simple debugging ("why did dag fail", "show logs"), the airflow entrypoint skill handles it directly. This skill provides structured investigation and prevention recommendations. | 86 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
authoring-dags Workflow and best practices for writing Apache Airflow DAGs. Use when the user wants to create a new DAG, write pipeline code, or asks about DAG patterns and conventions. For testing and debugging DAGs, see the testing-dags skill. | 89 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
migrating-airflow-2-to-3 Guide for migrating Apache Airflow 2.x projects to Airflow 3.x. Use when the user mentions Airflow 3 migration, upgrade, compatibility issues, breaking changes, or wants to modernize their Airflow codebase. If you detect Airflow 2.x code that needs migration, prompt the user and ask if they want you to help upgrade. Always load this skill as the first step for any migration-related request. | 89 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
testing-dags Complex DAG testing workflows with debugging and fixing cycles. Use for multi-step testing requests like "test this dag and fix it if it fails", "test and debug", "run the pipeline and troubleshoot issues". For simple test requests ("test dag", "run dag"), the airflow entrypoint skill handles it directly. This skill is for iterative test-debug-fix cycles. | 86 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
airflow-hitl Use when the user needs human-in-the-loop workflows in Airflow (approval/reject, form input, or human-driven branching). Covers ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator. Requires Airflow 3.1+. Does not cover AI/LLM calls (see airflow-ai). | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
deploying-airflow Deploy Airflow DAGs and projects. Use when the user wants to deploy code, push DAGs, set up CI/CD, deploy to production, or asks about deployment strategies for Airflow. | 82 Impact Pending No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: 0642adb | |
managing-astro-local-env Manage local Airflow environment with Astro CLI (Docker and standalone modes). Use when the user wants to start, stop, or restart Airflow, view logs, query the Airflow API, troubleshoot, or fix environment issues. For project setup, see setting-up-astro-project. | 95 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
airflow Queries, manages, and troubleshoots Apache Airflow using the af CLI. Covers listing DAGs, triggering runs, reading task logs, diagnosing failures, debugging DAG import errors, checking connections, variables, pools, and monitoring health. Also routes to sub-skills for writing DAGs, debugging, deploying, and migrating Airflow 2 to 3. Use when user mentions "Airflow", "DAG", "DAG run", "task log", "import error", "parse error", "broken DAG", or asks to "trigger a pipeline", "debug import errors", "check Airflow health", "list connections", "retry a run", or any Airflow operation. Do NOT use for warehouse/SQL analytics on Airflow metadata tables — use analyzing-data instead. | 94 Impact Pending No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 0642adb | |
blueprint Define reusable Airflow task group templates with Pydantic validation and compose DAGs from YAML. Use when creating blueprint templates, composing DAGs from YAML, validating configurations, or enabling no-code DAG authoring for non-engineers. | 90 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
analyzing-data Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis. | 93 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb | |
airflow-adapter Airflow adapter pattern for v2/v3 API compatibility. Use when working with adapters, version detection, or adding new API methods that need to work across Airflow 2.x and 3.x. | 85 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 0642adb |