Content
50%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-organized and specific but verbose, relying heavily on standard web-quality knowledge Claude already has. Its biggest gaps are not referencing the bundled scripts/analyze.sh tool and lacking executable commands and validation checkpoints in its workflow.
Suggestions
Reference and invoke scripts/analyze.sh from the body so the skill's one executable tool is discoverable and used for the actual checking.
Trim the inline checklists of common-knowledge items (WCAG ratios, basic HTML best practices) and move detailed check lists into reference files, keeping SKILL.md as a lean overview.
Add validation/verification checkpoints to the 'How it works' workflow (e.g., confirm every category was audited and cross-check findings against the deploy checklist before reporting).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~180-line body largely restates standard web-quality knowledge Claude already has (WCAG contrast ratios, font-display:swap, set lang, use <!DOCTYPE html>, no duplicate IDs) plus percentage weights and long enumerated checklists. It is organized rather than a prose wall, so it is above a 1, but it is far from lean and adds much redundant common knowledge. | 2 / 3 |
Actionability | Guidance is specific (named thresholds, named techniques like WebP/AVIF, srcset, code splitting) so it is above vague, but there are almost no executable commands and the bundled scripts/analyze.sh — the one concrete tool that performs checks — is never referenced or invoked from the body. Concrete guidance is present but incomplete. | 2 / 3 |
Workflow Clarity | A clear 4-step sequence exists in 'How it works' (analyze, categorize, recommend, include examples), but there are no validation/verification checkpoints or error-recovery feedback loops. Sequence is present but checkpoints are missing or implicit. | 2 / 3 |
Progressive Disclosure | Sections are organized and the References link one level deep to sibling skills, but the provided bundle file scripts/analyze.sh is never referenced from SKILL.md, and the large inline checklists across four categories are content that could be split into reference files. Structure exists but the in-bundle reference is missing and content that should be separate is inline. | 2 / 3 |
Total | 8 / 12 Passed |