Content
77%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 executable commands and an unusually strong, validation-backed QA workflow — its strongest dimensions. It loses points on conciseness (586 lines with sizable general-design tables) and progressive disclosure (a monolithic single file with no reference bundles for a skill this large).
Suggestions
Split the large reference-style content (font-pairing table, 10 color themes, layout-pattern and 'what to avoid' catalogs) into a references/ file (e.g. DESIGN.md) and keep SKILL.md as an overview pointing to it, improving both conciseness and progressive disclosure.
Trim general presentation-design advice that Claude already knows ('one idea per slide', 'don't center body text') to the essentials, retaining only the officecli-specific operational rules and verification commands.
Lead the body's structure with a concise quick-start pointer and defer the full recipe catalog (a)-(f) to a reference file so the overview stays lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Much of the body is tool-specific knowledge Claude lacks (officecli syntax, shell-quoting traps like '\$' not being interpreted, exact QA gate scripts), but at 586 lines it also carries large prescriptive tables (8-row font pairings, 10 color themes, layout-pattern and 'what to avoid' lists) that are partly general design advice and could be tightened, matching 'mostly efficient but could be tightened' rather than the 'every token earns its place' level above; it does not pad with concepts Claude already knows, so it is not a 1. | 2 / 3 |
Actionability | The body is fully executable: copy-paste bash commands with exact props, a runnable Quick Start, batch-heredoc recipes (a)-(f) with computed coordinates, and concrete QA gate scripts — a clear match to 'fully executable code/commands; copy-paste ready' and above the 'pseudocode / incomplete' level below. | 3 / 3 |
Workflow Clarity | It provides a sequenced 7-step Common Workflow plus QA Gates 1/2/2b/3 with explicit validation commands and a fix-verify loop capped at 3 cycles, matching 'clear sequence with explicit validation steps; feedback loops for error recovery; checklists' — well above the 'validation gaps' level below, with validation emphatically present for these batch/destructive operations. | 3 / 3 |
Progressive Disclosure | No bundle files exist (references/, scripts/, assets/ are absent) and the skill is a single 586-line SKILL.md; internally it is well-sectioned, but well over the 50-line simple-skill threshold with design tables and recipes kept inline that could be split into reference files, matching 'some structure but content that should be separate is inline' rather than the 'appropriately split with one-level-deep references' level above; organization is good with no nested references, so it is not a 1. | 2 / 3 |
Total | 10 / 12 Passed |