Content
65%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.
The skill body is concise and well-organized with useful gotchas, but its actionability and progressive disclosure are undermined by references to style-guide.md and template.md that are not present in the bundle, and the generation workflow lacks an explicit sequenced procedure with validation.
Suggestions
Provide the missing style-guide.md and template.md bundle files referenced in the body, or inline the essential template/HTML scaffolding so the skill is self-contained and actionable.
Add a short numbered generation workflow (e.g. pick applicable sections → build from template → write to the resolved path → open/verify in browser) with an explicit verification checkpoint.
Confirm the html2canvas SRI hash and toBlob null-check details live in an accessible location rather than only being described as 'see template.md', since that file is currently absent.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — every section (Output, Required Sections, Section Selection, Gotchas) earns its place with no padding or explanation of concepts Claude already knows, matching the top anchor. | 5 / 5 |
Actionability | Concrete guidance exists (output path, required sections, section-selection rules, gotchas), but the actual executable mechanics are deferred to "style-guide.md" and "template.md", which are referenced but not present in the bundle — a key gap that leaves the guidance incomplete. | 3 / 5 |
Workflow Clarity | Pieces of the workflow are present (section selection, output location, reference files), but there is no explicit sequenced procedure or validation checkpoint, fitting the anchor for steps present with implicit sequence and missing checkpoints. | 3 / 5 |
Progressive Disclosure | The body is well-structured with a dedicated "Reference Files" section that clearly signals one-level-deep references, but the referenced files (style-guide.md, template.md) do not exist in the bundle, so the disclosed navigation is broken in practice. | 3 / 5 |
Total | 14 / 20 Passed |