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.
A well-structured, actionable workflow that names the exact Canva MCP tools and includes an approval checkpoint before committing batch edits. The main gaps are a light redundancy between the workflow and the example section, and the absence of an explicit retry/adjust loop for length-change cases.
Suggestions
Collapse the 'Example Interaction' steps into a reference to the workflow, or replace them with a concrete sample perform-editing-operations payload (one or two replace_text entries) to add value beyond the workflow.
Add an explicit feedback loop: after previewing, if a translation's length breaks the layout, adjust (e.g., shorten or note manual layout fixes) and re-show before commit.
State the multi-page translation behavior inside the workflow (step 4 or 5) rather than only in the closing notes, so the batch scope is clear at the point of action.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — no definitions of Canva or translation concepts — but the 'Example Interaction' section restates the six workflow steps, a minor redundancy that keeps it just below a 5. | 4 / 5 |
Actionability | Names exact tools and operations (Canva:resize-design, start-editing-transaction yielding transaction_id/element_id, perform-editing-operations with replace_text, commit-editing-transaction) with mostly executable guidance; the example stops short of a literal batched operations payload. | 4 / 5 |
Workflow Clarity | A clear six-step sequence with a real checkpoint (preview thumbnail → explicit user approval → commit) that lifts it above the batch-operation cap of 3, though it lacks an explicit 'translation too long / preview mismatch → adjust and retry' feedback loop. | 4 / 5 |
Progressive Disclosure | A single well-sectioned file with no bundle references needed; slightly over the 50-line simple-skill threshold and with the length-change and multi-page notes inlined rather than split out, so it sits at 4 rather than 5. | 4 / 5 |
Total | 16 / 20 Passed |