CtrlK
BlogDocsLog inGet started
Tessl Logo

airflow-dag-patterns

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

58

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

35%

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

The body is well-structured and concise, but it offers no concrete executable guidance—deferring all patterns and templates to a `resources/implementation-playbook.md` file that does not exist in the bundle. This broken reference simultaneously undermines actionability and progressive disclosure.

Suggestions

Add concrete, executable content to the Instructions: include a minimal copy-paste DAG skeleton (e.g. with `DAG(...)`, `@dag`/`@task` decorators, `PythonOperator`, and a `Sensor` example) and a specific local-test command such as `pytest tests/dags/` or `airflow dags test <dag_id> <date>`, rather than deferring everything to the missing playbook.

Create `resources/implementation-playbook.md` (and the `resources/` directory) so the referenced detailed patterns, checklists, and templates actually resolve, or remove the dangling reference and inline the essential material.

Tighten redundancy: state the playbook reference once, and collapse the overlapping "Do not use this skill when" list with the first Limitations bullet to remove duplicated guidance.

DimensionReasoningScore

Conciseness

The body is lean and avoids explaining concepts Claude already knows, but it carries redundancy: the line "Refer to resources/implementation-playbook.md for detailed patterns, checklists, and templates" is stated verbatim in both the Instructions and Resources sections, and the "Do not use this skill when" list overlaps the first Limitations bullet. This fits the level-2 'mostly efficient but could be tightened' anchor rather than the level-3 'every token earns its place'.

2 / 3

Actionability

The Instructions ("Identify data sources...", "Design idempotent tasks...", "Implement DAGs with observability and alerting hooks") are abstract directives with no concrete code, commands, or executable examples, and the only source of concrete patterns/templates—`resources/implementation-playbook.md`—does not exist in the bundle. This matches the level-1 'vague or abstract; no concrete code/commands; describes rather than instructs' anchor.

1 / 3

Workflow Clarity

Steps 1–4 give a sequence and step 4 plus the Safety section nod to validation, but for batch/DAG operations the validation is vague ("Validate in staging") with no explicit validate→fix→retry checkpoint, so per the rubric's feedback-loop note workflow_clarity is capped at 2 rather than reaching the explicit-checkpoint level-3 anchor.

2 / 3

Progressive Disclosure

The body is well organized into clear sections, but it twice points to `resources/implementation-playbook.md` for the detailed material and that file (and the `resources/` directory) is absent, so the one-level-deep reference is dangling rather than delivering real progressive disclosure; this fits the level-2 'some structure but could be better organized' anchor rather than the level-3 'well-signaled one-level-deep references' anchor.

2 / 3

Total

7

/

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.

The description is specific, uses third-person imperative voice, and clearly states both capabilities and explicit 'Use when' triggers tied to natural user language. It is concise with no fluff or over-claims.

DimensionReasoningScore

Specificity

"Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment" lists multiple specific concrete capability areas (operators, sensors, testing, deployment), matching the level-3 anchor rather than the partial level-2.

3 / 3

Completeness

It explicitly answers both what ("Build production Apache Airflow DAGs...") and when ("Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs") with an explicit trigger clause, matching the level-3 anchor and exceeding the level-2 anchor where 'when' is only implied.

3 / 3

Trigger Term Quality

"Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs" gives good coverage of natural terms a user would say, fitting the level-3 anchor rather than the level-2 anchor that misses common variations.

3 / 3

Distinctiveness Conflict Risk

Apache Airflow plus the specific triggers (data pipelines, workflow orchestration, batch job scheduling) carve a clear niche unlikely to conflict with other skills, matching the level-3 anchor rather than the overlap-prone level-2.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
sickn33/antigravity-awesome-skills
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.