Content
72%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 is lean, well-structured, and gives mostly executable guidance, but the batch keyframe-generation workflow lacks validation checkpoints and an error-recovery loop, capping workflow_clarity at 3. Progressive disclosure is excellent given the skill's compact single-file scope.
Suggestions
Add an explicit validation step after the parallel run, e.g. confirm every keyframe request succeeded via `muapi predict wait` and re-issue any failures before returning asset ids.
Provide a copy-paste-ready example of constructing one `muapi image generate` node/CLI call rather than only describing it as a 'node' in a 'plan'.
Trim minor padding such as 'these are reference keyframes, not finals' to tighten conciseness toward 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and assumes Claude's competence (Inputs table, terse numbered steps, concrete commands), with only minor trimmable padding such as 'these are reference keyframes, not finals' and the illustrative robot prompt, matching 'Efficient; minor instances of over-explanation that could be trimmed'. | 4 / 5 |
Actionability | It gives concrete, mostly-executable guidance — a `muapi image generate` node with model=nano-banana-2 and aspect_ratio=16:9, a prompt template, and a full curl fallback — but the 'plan'/'node' abstraction is not given as copy-paste CLI, leaving minor gaps per 'Mostly executable guidance; concrete code or commands with minor gaps'. | 4 / 5 |
Workflow Clarity | Steps 1-4 are clearly sequenced (decompose beats, create nodes, run parallel, return asset ids), but this is a batch operation (N parallel keyframes) with no validation that all generations succeeded and no error-recovery feedback loop, so per the batch-operation cap workflow_clarity cannot exceed 3. | 3 / 5 |
Progressive Disclosure | The skill is under 50 lines with no bundle files and no need for external references, and content is organized into clearly labeled sections (Inputs, Steps, Notes, Trigger Keywords, Notes for the Executing Agent), meeting the simple-skill exception for a top progressive_disclosure score. | 5 / 5 |
Total | 16 / 20 Passed |