astro-airflow-mcp: Command for Claude Code

.claude/commands/check-airflow-compat.md

check-airflow-compat is a command for Claude Code from astronomer/astro-airflow-mcp. It costs 14 tokens per session (229 once invoked), scanned A, a copy of check-airflow-compat, Apache-2.0.

A compatibility check for Apache Airflow, a workflow scheduling system, across its 2.x and 3.x versions.

In plain words
What is it for?
Use it to inspect adapter code and run tests against Airflow 2.x and 3.x.
Why use it?
It helps find version-specific API paths, field names, authentication differences, and integration failures before code is released.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is astronomer/astro-airflow-mcp's own configuration. It tells Claude Code how to work on astro-airflow-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything astro-airflow-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to astronomer/astro-airflow-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/astronomer/astro-airflow-mcp/main/.claude/commands/check-airflow-compat.md
Clone the repo
git clone --depth 1 https://github.com/astronomer/astro-airflow-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for check-airflow-compat

README.md
[![agentmods](https://agentmods.dev/badge/commands/astronomer/astro-airflow-mcp/check-airflow-compat/github.svg)](https://agentmods.dev/commands/astronomer/astro-airflow-mcp/check-airflow-compat)
Your own site
<a href="https://agentmods.dev/commands/astronomer/astro-airflow-mcp/check-airflow-compat"><img src="https://agentmods.dev/badge/commands/astronomer/astro-airflow-mcp/check-airflow-compat/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for check-airflow-compat

Your own site · 80×15
<a href="https://agentmods.dev/commands/astronomer/astro-airflow-mcp/check-airflow-compat"><img src="https://agentmods.dev/badge/commands/astronomer/astro-airflow-mcp/check-airflow-compat.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 229 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.00229
Opus 5 $0.00007 $0.00114
Sonnet 5 $0.00003 $0.00046
Haiku 4.5 $0.00001 $0.00023

Measured 11d ago against content hash 26df0152ec35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

check-airflow-compat scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to check-airflow-compat — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/check-airflow-compat.md · 32 lines

What it actually says

Check if recent code changes are compatible with both Airflow versions.

Check for Issues

  1. Look for hardcoded API paths outside adapters: !grep -rn "api/v1\|api/v2" src/astro_airflow_mcp/*.py | grep -v adapters

  2. Check field normalization in adapters: !grep -n "execution_date\|logical_date\|datasets\|assets" src/astro_airflow_mcp/adapters/*.py

Key Differences

Airflow 2.x Airflow 3.x
/api/v1 /api/v2
execution_date logical_date
datasets assets
Basic auth OAuth2/JWT

Run Tests

make test
make test-integration-v2
make test-integration-v3
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 32 lines · 14 tokens per session scan A 26df0152ec35

Subscribe to this mod's changes

check-airflow-compat is a command published in the GitHub repository astronomer/astro-airflow-mcp (13 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 229 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to check-airflow-compat, differing in 0 lines, and is treated as a copy.