Content
100%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.
An exemplary instruction-only skill body: terse, actionable, with explicit validation checkpoints on the destructive release operation and clean sectioning. No bundle files are needed and none are referenced, which fits the skill's scope.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean throughout — it never explains what a changelog is or how the format works, and every line (skeleton template, guardrails like "Do not guess it", "Do not tag, commit, or push unless asked") earns its place. | 5 / 5 |
Actionability | Concrete, executable guidance throughout: a copy-paste skeleton template, the exact command `date +%F`, explicit reject/stop conditions, and precise edit operations (rename Unreleased to version-dated heading, insert fresh Unreleased above). | 5 / 5 |
Workflow Clarity | Each operation is a clearly numbered sequence, and --release includes an explicit pre-write validation checklist (Unreleased has entries, version not present, version higher than latest) with a "stop with the reason" checkpoint; --create guards against overwriting an existing file. | 5 / 5 |
Progressive Disclosure | Content is appropriately self-contained with well-organized sections (Usage, Skeleton, per-operation, Entry Style) and no bundle files; nothing needs to be split out for a skill of this scope, and navigation is easy. | 5 / 5 |
Total | 20 / 20 Passed |