CtrlK
BlogDocsLog inGet started
Tessl Logo

workflow-hello-world

Create a cloud Deepline workflow that runs on a recurring cron schedule or via webhook, inspect it, and validate trigger behavior end to end.

44

Quality

45%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/workflow-hello-world/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

22%

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

This skill is essentially a routing stub that delegates entirely to a meta-skill and a recipe, providing no direct actionable content about cloud workflow triggers, cron schedules, webhooks, or validation. The described task (creating scheduled/webhook workflows and validating trigger behavior) is not addressed at all in the body content. Without the referenced files, this skill provides virtually no standalone value.

Suggestions

Add concrete, executable steps or commands for creating a cloud workflow with cron/webhook triggers, rather than purely delegating to other skills.

Include at least one example of a trigger configuration (e.g., a cron expression or webhook setup) so the skill has standalone actionable content.

Add validation/verification steps for confirming trigger behavior end-to-end, as described in the skill's purpose.

If this skill must remain a delegation wrapper, at minimum include a brief summary of what the user will accomplish and what outputs to expect.

DimensionReasoningScore

Conciseness

The content is relatively short and doesn't over-explain concepts, but the repeated emphasis on meta-skill governance and the clarification about not skipping docs adds some unnecessary verbosity for what is essentially a delegation instruction.

2 / 3

Actionability

The skill provides no concrete code, commands, or executable guidance for creating cloud workflow triggers. It merely delegates to other skills/recipes without giving any direct, actionable steps for the stated task (cron schedules, webhooks, validation).

1 / 3

Workflow Clarity

The three numbered steps describe how to invoke other skills, not how to actually create, inspect, or validate workflow triggers. There are no validation checkpoints, no feedback loops, and no actual workflow for the described task of setting up cron/webhook triggers.

1 / 3

Progressive Disclosure

It references external files (deepline-gtm meta-skill and workflows-hello-world recipe) with a relative path, which shows some structure. However, with no bundle files provided to verify these references, and the skill itself containing almost no substantive content, it functions more as a thin redirect than a well-structured overview.

2 / 3

Total

6

/

12

Passed

Description

67%

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 about what it does—creating, inspecting, and validating Deepline workflows with cron and webhook triggers—and is highly distinctive due to the niche domain. However, it lacks an explicit 'Use when...' clause, which limits its completeness, and could benefit from more natural trigger terms that users might actually say when requesting this functionality.

Suggestions

Add a 'Use when...' clause, e.g., 'Use when the user wants to set up a scheduled or webhook-triggered Deepline cloud workflow, or needs to inspect or test workflow triggers.'

Include additional natural trigger terms users might say, such as 'scheduled pipeline', 'recurring job', 'automated workflow', or 'cloud pipeline setup'.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Create a cloud Deepline workflow', 'runs on a recurring cron schedule or via webhook', 'inspect it', and 'validate trigger behavior end to end'. These are concrete, actionable capabilities.

3 / 3

Completeness

The 'what' is clearly stated (create, inspect, validate Deepline workflows with cron/webhook triggers), but there is no explicit 'Use when...' clause or equivalent guidance on when Claude should select this skill. This caps completeness at 2 per the rubric.

2 / 3

Trigger Term Quality

Includes some relevant keywords like 'Deepline workflow', 'cron schedule', 'webhook', and 'trigger behavior', but 'Deepline' is a niche term and the description lacks common user-facing variations or synonyms (e.g., 'scheduled pipeline', 'automated workflow', 'recurring job').

2 / 3

Distinctiveness Conflict Risk

The combination of 'Deepline workflow', 'cron schedule', 'webhook', and 'validate trigger behavior' creates a very specific niche that is unlikely to conflict with other skills. The domain-specific term 'Deepline' alone makes it highly distinctive.

3 / 3

Total

10

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
getaero-io/gtm-eng-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.