Content
75%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 a tight, executable single-purpose recipe with a clear prompt block and sensible input-handling guidance. Its weaknesses are minor: the exact muapi command line is implied rather than given verbatim, and there is no explicit output-validation/retry checkpoint.
Suggestions
Include the literal `muapi image edit` command line with the parameters filled in (or a minimal curl example) so the generation step is copy-paste ready.
Add an explicit checkpoint after generation: verify the board rendered all panels and retry with adjusted prompt parameters if moderation flagged content or a panel is missing.
Trim the curl fallback boilerplate in the Notes to the essential 'use the raw endpoint + muapi predict wait <request_id>' line, since the full curl template adds tokens without new information.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and largely assumes Claude's competence, with the prompt block doing the work; minor padding exists in the 'Notes for the Executing Agent' (e.g. the curl fallback boilerplate) that could be trimmed but is genuinely useful guidance rather than concept explanation. | 4 / 5 |
Actionability | Provides a concrete executable recipe (model id, image size, format, quality, moderation, full prompt block) and an explicit CLI command shape, with only minor gaps such as the literal `muapi image edit` invocation syntax not being fully spelled out as a copy-paste command. | 4 / 5 |
Workflow Clarity | The single-step generation workflow is clearly sequenced with an input-gathering pre-check and a post-generation suggestion step; no destructive/batch operation is involved so the validation cap does not apply, though there is no explicit 'verify the output / retry on moderation failure' checkpoint. | 4 / 5 |
Progressive Disclosure | Content is well-organized into Inputs, Steps, Trigger Keywords, and Notes sections with no nested references and no bundle files to navigate; it is a self-contained single-file skill that is appropriately structured, stopping just short of the cleanest possible overview-with-references pattern. | 4 / 5 |
Total | 16 / 20 Passed |