Content
93%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 content is lean, executable, and well-structured for a simple single-purpose skill, with a real referenced script backing the inline examples. The only gap is the absence of an explicit validation/verification step in the body, which keeps workflow clarity just below perfect.
Suggestions
Add a brief verification step to the Quick start, e.g. 'Confirm the output: open /tmp/frame.jpg' or note that frame.sh prints the output path on success.
Optionally mention the additional frame.sh flags (--index, --time) inline so the full capability surface is discoverable without reading the script.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence: a short intro, two copy-paste bash commands, and a brief Notes list, with every token earning its place, matching the score-5 anchor. | 5 / 5 |
Actionability | Both examples are fully executable, copy-paste-ready commands covering the common cases (first frame and timestamped frame), with the underlying frame.sh handling additional flags, matching the score-5 anchor. | 5 / 5 |
Workflow Clarity | This is a simple single-purpose skill whose one action is unambiguous, but the body does not show an explicit validation checkpoint (e.g. confirming the output file exists or ffmpeg succeeded), so it sits just below a perfect workflow score. | 4 / 5 |
Progressive Disclosure | For a sub-50-line simple skill, the well-organized Quick start and Notes sections plus a real one-level-deep referenced script (scripts/frame.sh) satisfy the score-5 simple-skill exception. | 5 / 5 |
Total | 19 / 20 Passed |