Content
73%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 well-structured audit skill with a clear sequenced workflow, concrete tool routing, and explicit verification. Its main weakness is conciseness: much of the categories section restates standard web-quality knowledge Claude already has.
Suggestions
Trim the Audit categories section to skill-specific nuances and thresholds, moving generic WCAG/SEO/performance primer content (e.g., 'Set lang attribute on <html>', 'Valid robots.txt') to a reference file or removing it.
Tighten generic fix bullets like 'Optimize images, fonts, and server response time' into concrete, executable steps or link to the relevant sibling-skill reference.
Consider splitting the per-category checklists into references/ files (e.g., ACCESSIBILITY.md, SEO.md) so SKILL.md stays a lean overview pointing one level deep, matching the existing References pattern.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly organized, but roughly 90 lines of the Audit categories section re-state well-known WCAG, Core Web Vitals, and SEO practices Claude already knows; skill-specific nuances (Lighthouse 13+ insights, agentic-browsing caveats) earn some tokens but the bulk could be tightened. | 3 / 5 |
Actionability | Provides concrete tool-routing commands (performance_start_trace, lighthouse_audit, take_snapshot), a runnable script (scripts/analyze.sh), specific thresholds (LCP<2.5s, INP<200ms, CLS<0.1, 4.5:1 contrast), and a copy-ready output template; some fix recommendations remain generic ('Optimize images', 'Use code splitting'). | 4 / 5 |
Workflow Clarity | The 'How it works' section gives a clear five-step sequence with an explicit re-run verification step, a feedback loop (runtime failures localize source inspection), and supporting checklists for the complex process. | 5 / 5 |
Progressive Disclosure | Clear section headers and a well-signaled References section point one level deep to sibling skills and MEASUREMENT.md, with the only bundle file (scripts/analyze.sh) genuinely referenced; the large inlined category detail is appropriate as the core audit checklist but could partially move to reference files. | 4 / 5 |
Total | 16 / 20 Passed |