Content
65%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 with specific commands, model IDs, dimensions, and a curl fallback, and the two-phase workflow is clearly sequenced with confirmation gates. Its main weaknesses are mild redundancy, a missing verification step after the batch crop fan-out, and an entirely inline single-file structure.
Suggestions
Add a brief verification step after Phase B (e.g. confirm each crop returned the expected aspect ratio and that the subject is uncropped) to lift workflow_clarity past the batch cap.
Remove the duplicated bold description line under the H1 since the same text already appears in the frontmatter.
Fix the awkward 'Submit ONE the plan' / 'submit a SECOND the plan' phrasing to read 'Submit one plan' / 'Submit a second plan'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean with no concept explanations Claude doesn't need, but the description is restated verbatim as a bold line under the H1 and the closing 'Notes for the Executing Agent' could be tightened, so it is not maximally efficient. | 2 / 3 |
Actionability | Provides fully concrete, executable guidance — specific model IDs (nano-banana-pro, nano-banana-pro-edit), named CLI commands (muapi image generate/edit), exact dimensions (1080×1080, 1080×1920, 1200×628), templated copy with word limits, and a copy-paste curl fallback with endpoint and headers. | 3 / 3 |
Workflow Clarity | The two-phase sequence is clearly laid out with explicit user-confirmation gates between phases, but Phase B is a batch fan-out (4 parallel crops) with no post-generation verification step, which the batch-operation guidance caps at 2. | 2 / 3 |
Progressive Disclosure | The body is well-organized into clear sections (Inputs, Phase A/B, Notes, Trigger Keywords), but it is a single monolithic file over 50 lines with no file-based references, so it does not fully meet the level-3 bar for a self-contained short skill. | 2 / 3 |
Total | 9 / 12 Passed |