CtrlK
BlogDocsLog inGet started
Tessl Logo

check-airport-delays

Retrieve current airport delay and cancellation alerts worldwide — delay type, severity, average delay minutes, and affected-flight percentages per airport. Use when the user asks whether an airport is delayed, disrupted, or experiencing cancellations.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-5

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

A tightly written, fully executable single-endpoint API skill: copy-paste auth and curl, a clear response shape, error handling, scope boundaries, and one-level-deep references. No bundle files are present or needed.

DimensionReasoningScore

Conciseness

The body is lean: it skips explaining what airports/IATA/REST are, uses a tight parameters table, a compact JSON shape, and a single curl example, with the only prose (Content safety) earning its place as non-obvious guidance.

5 / 5

Actionability

It supplies the exact endpoint URL, an auth header with a sample key, parameter shapes, a full response example, and a copy-paste-ready curl command piped to jq that covers the common filtering/projection case.

5 / 5

Workflow Clarity

This is a single GET-endpoint skill whose single action is unambiguous, and it includes an Errors section with recovery guidance (401 missing key, 429 retry with backoff) serving as validation/checkpoint feedback; no destructive or batch operation triggers the cap.

5 / 5

Progressive Disclosure

Content is organized into clear, well-signaled sections with a References block linking one level deep to the OpenAPI spec and auth matrix; no bulk reference material is inlined and no nested references exist, making navigation easy.

5 / 5

Total

20

/

20

Passed

Description

92%Weight 40%Scale 1-5

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 strong, specific description that clearly states capability and trigger conditions in third person with concrete, quantified output fields. The only minor gap is trigger-term breadth, where a few common user phrasings are missing.

DimensionReasoningScore

Specificity

The description enumerates concrete outputs — "delay type, severity, average delay minutes, and affected-flight percentages per airport" — alongside the explicit retrieve action, giving comprehensive, not gappy, coverage (third-person "Retrieve" is correct).

5 / 5

Completeness

It explicitly answers both "what" (retrieve worldwide airport delay/cancellation alerts with the listed fields) and "when" via a concrete "Use when the user asks whether an airport is delayed, disrupted, or experiencing cancellations" trigger clause.

5 / 5

Trigger Term Quality

Natural user phrasings are present ("airport is delayed, disrupted, or experiencing cancellations") with good synonym coverage, but common variations like "flight delays" or "weather delays" a user might say are absent, keeping it just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

It carves a clear airport-disruption niche with distinct triggers; the airport-level framing is distinguishable from flight-status or carrier-ops skills, yielding minimal conflict risk.

5 / 5

Total

19

/

20

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
koala73/worldmonitor
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.