CtrlK
BlogDocsLog inGet started
Tessl Logo

airflow-hitl

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).

80

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-engineered skill body: concise, actionable, with a sequenced workflow and an explicit safety checklist. It deliberately favors live registry discovery over hardcoded signatures, which keeps it correct across provider releases while remaining token-efficient.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it never explains what Airflow, a DAG, or deferrable operators are, and every section (decision table, registry discovery, example, contracts) earns its tokens.

3 / 3

Actionability

Provides fully executable bash (`af registry modules standard | jq ...`, `af config providers`) and copy-paste Python for both the approval gate and the external PATCH-to-respond pattern, with any placeholder flexibility explicitly justified by live discovery.

3 / 3

Workflow Clarity

A clear Step 1–6 sequence culminating in an explicit Step 6 safety checklist (version, kwarg drift, branching resolution, defaults/options containment, timeout, API token) that serves as validation checkpoints before code is written.

3 / 3

Progressive Disclosure

Well-organized into clearly signaled sections with one-level-deep cross-references (Cross-references block, Related skills list); no bundle files exist, and the single-file design is justified by pulling live registry data rather than maintaining static reference docs.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A high-quality description: third-person voice, concrete capabilities, explicit "Use when" triggers, and a clear disambiguation against a sibling skill. It is concise yet complete, with no fluff or over-claims.

DimensionReasoningScore

Specificity

Names multiple concrete actions — "approval gates, form input, and human-driven branching" — matching the score-3 anchor of listing several specific actions rather than vague language.

3 / 3

Completeness

Explicitly answers both what ("Builds human-in-the-loop (HITL) Airflow workflows...") and when ("Use when a DAG needs a human in the loop..."), satisfying the score-3 anchor for an explicit trigger clause.

3 / 3

Trigger Term Quality

Covers natural phrases users would say ("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") plus the class names (ApprovalOperator, HITLOperator, etc.), giving broad trigger coverage.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (HITL Airflow operators) with distinct triggers and an explicit exclusion — "Not for AI/LLM task calls (see migrating-ai-sdk-to-common-ai)" — making conflict with adjacent skills unlikely.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
astronomer/agents
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.