Content
78%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 a tight, actionable two-phase workflow with concrete muapi commands, explicit prompts, and a clear user-approval checkpoint between image and video generation. The main gap is the absence of failure-handling guidance and fully literal command lines.
Suggestions
Add a brief error-recovery step for failed generation (e.g., re-run with an alternate model or check the request status) to strengthen the workflow's feedback loop.
Show at least one phase as a literal copy-paste command line with flags (e.g. `muapi image generate --model nano-banana --prompt "..." --aspect 9:16`) to reach fully executable guidance.
Remove the verbatim repetition of the frontmatter description as the bold subheading to tighten conciseness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient with no over-explanation of concepts Claude already knows; the only minor trim is the description being repeated verbatim from the frontmatter as a bold heading, fitting the score-4 anchor of efficient content with minor instances that could be trimmed. | 4 / 5 |
Actionability | Provides concrete CLI commands ("muapi image generate", "muapi video generate"), specific model IDs, full prompts, and a curl fallback, but commands are described with their parameters rather than given as literal copy-paste command lines, matching the score-4 anchor of mostly executable guidance with minor gaps. | 4 / 5 |
Workflow Clarity | Two phases are clearly sequenced with an explicit approval checkpoint ("After generating the image, present it to the user" / "Once the image is approved"), but there is no failure-recovery loop for a failed generation, fitting the score-4 anchor of a clear sequence with most checkpoints present and minor gaps. | 4 / 5 |
Progressive Disclosure | The skill is roughly 50 lines, single-purpose, and well-organized into clearly headed sections (Inputs, Steps, Trigger Keywords, Notes) with no need for external references, so under the rubric's simple-skill exception progressive disclosure scores 5 on well-organized sections alone. | 5 / 5 |
Total | 17 / 20 Passed |