Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and well-structured for a simple image-generation recipe, with copy-paste-ready CLI params, a complete prompt, and a useful curl/polling fallback. The only weakness is minor conciseness: the description is duplicated verbatim and a few explanatory passages could be trimmed.
Suggestions
Remove the bold verbatim repeat of the description directly under the H1 to avoid redundancy with the frontmatter.
Tighten explanatory prose such as 'The scene context is what makes the chibi clones feel native to the moment, so a generic studio headshot will give weaker results than a real lifestyle shot' to a single concise rationale.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and the detailed image-gen prompt is necessary operational content, but the frontmatter description is repeated verbatim as a bold intro under the H1 and some explanatory prose (e.g. 'The scene context is what makes the chibi clones feel native to the moment…') could be tightened, matching the 'mostly efficient but could be tightened' anchor. | 2 / 3 |
Actionability | It specifies the exact command ('muapi image edit'), model ID ('gpt-image-2-image-to-image'), every parameter (size 2160x3840, background, format, quality, moderation), a complete prompt, plus a curl fallback and 'muapi predict wait' polling — copy-paste ready executable guidance. | 3 / 3 |
Workflow Clarity | This is a simple single-step generation skill whose action is unambiguous (ask for a photo if missing, then submit one generation step), and the Notes for the Executing Agent add clear sequencing (auth configure first, substitute placeholders, poll); as a non-destructive single task it qualifies for the simple-skills workflow-clarity 3. | 3 / 3 |
Progressive Disclosure | The skill is self-contained (no references/, scripts/, or assets/ bundle files exist), under ~50 lines of body, and organized into clear sections (Inputs, Steps, Trigger Keywords, Notes), matching the simple-skills guideline where well-organized sections earn a 3 without external references. | 3 / 3 |
Total | 11 / 12 Passed |