Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A cleanly organized, lean instruction skill with a clear workflow and write-safety discipline, but it lacks specific Canva tool/API details and an explicit verification step for the batched translation. Some guidance (layout-risk warnings) is repeated across sections.
Suggestions
Add the specific Canva tool/API calls for each workflow step (e.g., how to start an editing transaction, fetch text elements, and apply a batched edit) so the guidance is executable, not just procedural.
Insert an explicit verification checkpoint before commit — confirm every text element was translated and check for overflow/expansion — as a validate-then-fix step, since step 5 is a batched write.
Consolidate the layout/text-expansion risk guidance into one section (Write Safety or Output Conventions) to remove the repetition across Preferred Deliverables, Write Safety, and Output Conventions.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and avoids explaining basics, but text-expansion/layout-risk guidance is repeated across Preferred Deliverables, Write Safety, and Output Conventions, and the Example Requests section partly duplicates the description's triggers, so it could be tightened. | 2 / 3 |
Actionability | The six workflow steps are concrete as a process (copy, transaction, translate, batched edit, title update, approval, commit) but provide no specific Canva tool names, API methods, or commands, leaving the actual execution details for Claude to infer. | 2 / 3 |
Workflow Clarity | The 6-step sequence is clear with a design-identification check and a pre-save approval gate, but there is no explicit verification/validation checkpoint for the batched translation before commit, which the rubric caps at 2 for batch operations. | 2 / 3 |
Progressive Disclosure | At ~45 lines with a single purpose, it is organized into clear, well-labeled sections (Overview, Deliverables, Workflow, Write Safety, Output Conventions, Examples, Fallback) with no nested references, meeting the simple-skill bar for a 3. | 3 / 3 |
Total | 9 / 12 Passed |