CtrlK
BlogDocsLog inGet started
Tessl Logo

cli-commands

MUST use when using the CLI, including debugging job failures and inspecting run history via `wmill job`.

67

Quality

82%

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

65%

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 highly actionable, exhaustive CLI command reference with strong section organization, but it is a monolithic wall of text with no progressive disclosure into separate files and no validation workflows for its destructive operations.

Suggestions

Split the exhaustive per-command flag catalog into a references/ file (e.g. COMMANDS.md) and keep SKILL.md as a concise overview that links to it, improving both conciseness and progressive_disclosure.

Add a short workflow with validation checkpoints for destructive/batch operations (e.g. `sync push`/`instance push` that override remote, `object-storage delete`, `workspace merge`), referencing `--dry-run` and `wmill lint` as the verify-before-apply step.

Trim or relocate repetitive `--json` flag listings that recur under nearly every subcommand to a shared note, reducing token cost.

DimensionReasoningScore

Conciseness

Line-by-line the reference is terse and avoids explaining concepts Claude knows, but as an ~828-line monolithic catalog it could be tightened or offloaded to a reference file rather than living entirely in SKILL.md.

2 / 3

Actionability

Every entry is a literal executable `wmill` command with typed arguments and flags (e.g. `job get <id:string>`, `sync push --lint`), making the guidance copy-paste ready.

3 / 3

Workflow Clarity

The body is a flat command reference rather than a sequenced workflow, and destructive/batch operations (push that overrides remote, object-storage delete, workspace fork/merge) lack explicit validation checkpoints or feedback loops.

2 / 3

Progressive Disclosure

Content is organized into clear per-command sections, but the full command catalog is inlined in one ~828-line SKILL.md with no bundle files or separate reference files splitting the detail one level deep.

2 / 3

Total

9

/

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 concise, concrete, and explicitly signals when to use it, naming the specific Windmill CLI job-debugging niche. It cleanly satisfies all four dimensions without padding.

DimensionReasoningScore

Specificity

Names the Windmill CLI domain and two concrete actions ("debugging job failures" and "inspecting run history via `wmill job`") rather than vague language.

3 / 3

Completeness

States what the skill covers (debugging job failures, inspecting run history) and gives an explicit trigger ("MUST use when using the CLI").

3 / 3

Trigger Term Quality

Includes natural terms a user would say ("the CLI", "debugging job failures", "run history", "wmill job") with good coverage of the job-debugging niche.

3 / 3

Distinctiveness Conflict Risk

The Windmill-specific `wmill job` niche and concrete job-debugging triggers make it unlikely to fire for an unrelated skill.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (828 lines); consider splitting into references/ and linking

Warning

referenced_paths_exist

Referenced path issues: 2 missing, 2 deeper-than-1-level

Warning

Total

14

/

16

Passed

Repository
windmill-labs/windmill
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.