Content
42%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is well-structured and practical but over-relies on reference-style guidance Claude already knows and lacks executable detail for most checks. Progressive disclosure is the weakest point: the inline body is monolithic and its reference links are broken, with the actual bundled script unused.
Suggestions
Fix or remove the broken References links (../core-web-vitals, ../accessibility, ../best-practices) and reference the real bundled scripts/analyze.sh from the body so the tool is discoverable.
Add a validation checkpoint to the 'How it works' workflow (e.g. confirm each finding maps to a real file/line and re-run analyze.sh after fixes) to satisfy the batch-operation feedback-loop expectation.
Trim well-known threshold restatements (WCAG contrast ratios, Core Web Vitals numeric targets) into a concise reference or move them into a separate reference file to improve token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and well-organized rather than padded with conceptual filler, but much of it restates well-known thresholds (WCAG ratios, Core Web Vitals targets) Claude already knows, so it could be tightened. | 2 / 3 |
Actionability | It supplies a concrete output template, a severity table, and a bundled analyze.sh script, but most category guidance is advisory ('set explicit dimensions', 'use font-display: swap') rather than executable code or commands. | 2 / 3 |
Workflow Clarity | 'How it works' lists four steps and an output format, but a batch audit lacks explicit validation/feedback checkpoints (e.g. verify findings before reporting), which the rubric caps at 2. | 2 / 3 |
Progressive Disclosure | The body is a monolithic inline wall of text and its References point to sibling skills (../core-web-vitals/SKILL.md, ../accessibility/SKILL.md, ../best-practices/SKILL.md) that do not exist in the bundle, while the one real bundle file (scripts/analyze.sh) is never referenced from the body. | 1 / 3 |
Total | 7 / 12 Passed |