CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/schedule-setup

Set up a repo-defined schedule from a plain-language description. Describe the task, cadence, and environment, and the skill writes a validated schedules entry to your tessl.json.

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

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

92%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.

The body is a well-sequenced, highly actionable workflow with explicit validation feedback loops and clean one-level-deep reference splitting. Its only weakness is mild over-explanation in a few prose asides that keep it from being fully token-lean.

Suggestions

Tighten the rationale asides (e.g. 'A repo-defined schedule is a recurring launch run declared in tessl.json so it is reviewed and version-controlled next to the code it runs against' and 'Renaming a key later is a delete-plus-create, so pick a durable one') to the bare rule, since Claude can infer the why.

The 'Author a new skill' section is the longest block; consider whether the credential name-matching rules (canonical vs underscore-suffix vs bare substring) could move to a reference file, leaving the inline step a short pointer.

DimensionReasoningScore

Conciseness

Largely lean and task-focused with concrete commands and rules, but includes a few explanatory asides ('A repo-defined schedule is... so it is reviewed and version-controlled', 'Renaming a key later is a delete-plus-create, so pick a durable one') that could be trimmed; not a 5 because not every token is load-bearing.

4 / 5

Actionability

Provides concrete, executable commands throughout — 'tessl schedule --help', 'tessl env list --workspace <workspace>', 'tessl schedule validate', 'tessl schedule list --json --limit 100' — plus a copy-paste-ready minimal JSON entry and explicit bash pre-flight invocations covering the common cases.

5 / 5

Workflow Clarity

A clearly numbered seven-step sequence (Preflight → Gather → Author → Choose key → Write → Validate → Explain) with an explicit validation checkpoint and feedback loop: 'Fix anything it reports and run it again until it passes', plus a troubleshooting list for missing schedules.

5 / 5

Progressive Disclosure

SKILL.md stays an operational overview and pushes the full field list and cadence details to clearly signaled one-level-deep references — [references/schedules-block.md] and [references/cron-cadence.md] — both of which exist as real bundle files; navigation is easy.

5 / 5

Total

19

/

20

Passed

Description

100%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.

The description is specific, trigger-rich, and self-boundaried: it states concrete actions, gives natural-language trigger phrases, and explicitly carves out what it is not for. Voice is correctly third person throughout.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Create a repo-defined schedule', 'authoring the repo-local skill it runs', 'chooses the most readable supported schedule format, adds and validates the entry, and explains what happens on push' — giving comprehensive coverage of what the skill does.

5 / 5

Completeness

Explicitly answers both what (create/author/validate a tessl.json schedule entry) and when (recurring cadence requests), with concrete trigger phrases and explicit negative boundaries ('Not for one-off runs', 'use schedule-migrate').

5 / 5

Trigger Term Quality

Includes natural phrases users actually say — 'run X every morning', 'kick off the report nightly', 'schedule this weekly' — plus synonyms like 'set up a recurring launch run' and the concrete 'add a schedules block to tessl.json'.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (repo-defined schedules in tessl.json) and explicitly distinguishes itself from adjacent tools — 'use tessl launch' for one-offs and 'use schedule-migrate' for moving existing UI/CLI schedules — minimizing wrong-skill triggering.

5 / 5

Total

20

/

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

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents