Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable skill body with a clear gated workflow and good progressive disclosure into verified bundle files. Its main weakness is conciseness — duplicated policy text and lengthy runtime-discovery logic could be consolidated.
Suggestions
Remove the duplicate text-correction policy: keep it in Step 6 only and delete the near-identical 'Never repair rendered text' block in the Image Generation Tools section, or vice versa.
Move the detailed multi-runtime backend-discovery logic (Codex/Cursor/other-native branches) into a dedicated reference file loaded on demand, leaving only the priority rule and a pointer in SKILL.md.
Consider moving the Layout Gallery and Style Gallery tables into references (e.g., references/layouts/README.md) to further trim the inline body, keeping only the defaults and a navigation pointer.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of basic-concept explanations, but the text-correction policy is duplicated near-verbatim (the 'Never repair rendered text' block and the Step 6 'Text correction policy' list) and the multi-runtime backend-resolution logic is verbose, so it could be tightened. | 2 / 3 |
Actionability | Provides concrete, executable guidance throughout — explicit file paths, slug/backup naming rules, aspect-ratio resolution, options tables, and a keyword-shortcut table — giving copy-ready instruction despite being an instruction-only (non-code) skill. | 3 / 3 |
Workflow Clarity | A clearly sequenced 7-step workflow with hard gates (Confirmation Policy), backup rules for existing files, an existing-file check before generation, and an auto-retry-once feedback loop for failure recovery. | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview with well-signaled one-level-deep references to real bundle files (verified: references/layouts/*.md and references/styles/*.md exist), plus targeted references like codex-imagegen.md loaded only on the relevant branch. | 3 / 3 |
Total | 11 / 12 Passed |