Content
81%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 highly actionable, well-sequenced skill with strong validation feedback loops and a clever help-based deferral of schema detail. Its main weakness is conciseness: a monolithic ~570-line body that interleaves genuinely useful CLI specifics with general slide-design wisdom Claude already knows, with some redundancy.
Suggestions
Move general design principles (the 'audience has 3 seconds', 'less is more', whitespace-as-structure prose) into a reference file or trim to officecli-specific guidance to cut tokens Claude doesn't need.
Split the large palette (10 themes) and font-pairing tables into a references/ file and point to them from SKILL.md to improve progressive disclosure toward a 5.
De-duplicate the currency-escaping rule, which is stated in both 'Shell & Execution Discipline' and re-explained in the recipes section.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Densely packed with officecli-specific commands and gotchas, but it also explains general design concepts Claude already knows ('A deck is not a document. The audience has 3 seconds to get each slide.', 'Less is more', 'Whitespace is structural') and repeats the currency-escaping guidance in multiple places, fitting 'mostly efficient but includes some unnecessary explanation or could be tightened' rather than the 'minor instances' anchor at 4. | 3 / 5 |
Actionability | Provides copy-paste-ready, fully executable bash blocks for the common cases (Quick Start cover+content+notes, plus recipes for data slides, flowcharts, KPI grids, and decision trees) alongside specific prop syntax and per-element command examples, matching the 'fully executable; copy-paste ready; covers common cases' anchor. | 5 / 5 |
Workflow Clarity | An 8-step Common Workflow is reinforced by a QA section with explicit validation gates (validate, view issues, placeholder scan), a fix-verify loop capped at 3 cycles, and 'only proceed when valid' gating plus 'one command -> check exit code' and 'get after structural ops' — matching the 'clear sequence with explicit validation steps; feedback loops; checklists' anchor. | 5 / 5 |
Progressive Disclosure | Well-organized into clear headed sections and defers prop/schema detail one level deep to `officecli help` (e.g. 'Full prop list: help pptx add chart'), but the skill is a single monolithic ~570-line file with no bundle reference files, so it fits 'good structure; references mostly clear; minor organization gaps' rather than the 'content appropriately split across files' anchor at 5. | 4 / 5 |
Total | 17 / 20 Passed |