Content
82%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 highly actionable with copy-paste CLI commands and a clearly sequenced two-step workflow that includes a human validation checkpoint before the expensive call, held back only by minor redundancy in the intro and the absence of an explicit error-recovery loop.
Suggestions
Trim or remove the opening paragraph (line 12) since it duplicates the frontmatter description and adds tokens without new information.
Add a short feedback loop under Step 1 for the case where the reference sheet's likeness or kitchen mood is off, e.g. 'If the likeness/kitchen is wrong, re-run Step 1 adjusting {{outfit}}/{{kitchen_style}} before proceeding.'
Consider extracting the two long API prompts into a references/ file (e.g. PROMPTS.md) so the SKILL.md body stays a lean overview, raising progressive disclosure toward 5.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient — it skips basic concept explanations and uses executable CLI commands whose long prompts are legitimate production content rather than padding — but the opening paragraph (line 12) restates the frontmatter description and could be trimmed. | 4 / 5 |
Actionability | Both steps provide complete, copy-paste-ready `muapi` CLI invocations with every flag specified and `{{placeholder}}` substitution documented, covering the two common cases (reference sheet and video generation). | 5 / 5 |
Workflow Clarity | The two-step sequence is clearly ordered with Step 2 depending on Step 1, and there is an explicit checkpoint ('Wait for completion... confirm the character likeness + kitchen mood before moving to Step 2'), but no error-recovery feedback loop is spelled out for when the reference sheet looks wrong. | 4 / 5 |
Progressive Disclosure | A single self-contained file with clear section headers (Inputs, Steps, Notes, Trigger Keywords, Notes for the Executing Agent) and no nested references; the long inline prompts could arguably live in reference files, but they are integral executable commands, so organization is good with only minor gaps. | 4 / 5 |
Total | 17 / 20 Passed |