Content
67%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body delivers concrete, Windmill-specific operational guidance with executable Bash examples and a clear preview/run/metadata workflow supported by validation checkpoints. Its main weakness is repetition of the deploy-safety caveat and a dense inline metadata section that could be extracted to a reference.
Suggestions
Consolidate the repeated 'not a deploy / only deploy when explicitly asked' caveat into a single prominent callout instead of restating it across the CLI list, preview-vs-run, metadata, and after-writing sections.
Make the preview-failure recovery loop explicit (e.g., 'If preview errors, fix the script and re-preview before any deploy') to lift workflow_clarity to a 5.
Consider moving the detailed generate-metadata rehash/dry-run/strict-folder guidance into a references file linked from a short summary, improving both conciseness and progressive_disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient Windmill-specific operational detail Claude would not know, but it restates the deploy safety distinction ('not a deploy', 'only when the user explicitly asks to deploy/publish/push') three to four times, which is noticeable padding that could be tightened. | 3 / 5 |
Actionability | Concrete wmill commands with flags (preview, run, generate-metadata, generate-metadata rehash, --dry-run) and executable Bash examples for structure, JSON output, and env vars provide mostly copy-paste-ready guidance with only minor arg-format gaps. | 4 / 5 |
Workflow Clarity | The preview-vs-run decision tree is clearly sequenced by intent, and metadata sync includes checkpoints (dry-run to list stale items, diff the regenerated .lock to surface version bumps, gated deploy); it falls short of 5 because the recovery loop on a failed preview is implicit rather than spelled out. | 4 / 5 |
Progressive Disclosure | Content is well-organized under clear headers with one-level-deep inline references to AGENTS.wmill.md and the preview skill and no nested references; it does not reach 5 because the dense metadata-sync guidance is inlined rather than split into a reference file despite exceeding the simple-skill line budget. | 4 / 5 |
Total | 15 / 20 Passed |