Builds human-in-the-loop (HITL) Airflow workflows - approval gates, form input, and human-driven branching. Use when a DAG needs a human in the loop - an approval or reject step, sign-off before a task runs, a decision or approval UI, branching on a human choice, or collecting form input mid-run; also on mentions of ApprovalOperator, HITLOperator, HITLBranchOperator, HITLEntryOperator, or HITLTrigger. Requires Airflow 3.1+. Not for AI/LLM task calls (see migrating-ai-sdk-to-common-ai).
$npx -y skills add astronomer/agents --skill airflow-hitlInstalls into the current project.
Run `npx skills use "https://github.com/astronomer/agents" --skill "astronomer/agents/airflow-hitl"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/astronomer/agents" that are relevant to the current task. Run `npx skills add "https://github.com/astronomer/agents"` and select the relevant skills, then follow their instructions.