Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is well-structured and uses progressive disclosure cleanly by deferring detail to references/rule.md. It is let down by repetition, restating of LCP basics, and a lack of executable guidance or an explicit measure-fix-verify loop in the body itself.
Suggestions
Remove the 'LCP is the most important Core Web Vital ...' explanatory opener and the duplicated technique list in Fix; keep Quick Reference as the single source of the fix techniques to tighten conciseness.
Add at least one copy-paste-ready snippet to the body (e.g. a `<link rel="preload" as="image" fetchpriority="high">` example) so the skill is actionable without opening the reference.
Make the workflow explicit with a numbered Check → Fix → Verify sequence and a re-test checkpoint (e.g. 're-measure LCP after each fix on a throttled mobile profile') so validation is a clear step rather than implied.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient sectioned content, but the opening line explains what LCP is ('the most important Core Web Vital ... measures when the main content becomes visible') which Claude already knows, and the Fix bullets repeat techniques already listed in Quick Reference. | 2 / 3 |
Actionability | The body names concrete tools and targets ('Lighthouse or PageSpeed Insights', 'under 2.5s', 'preload', 'CDN', 'TTFB') but contains no executable code or commands — all implementation is deferred to references/rule.md — so it describes rather than instructs. | 2 / 3 |
Workflow Clarity | The Check → Fix → Explain → Code Review sections imply a sequence and mention verification ('Verify the largest visible element renders within 2.5 seconds', 'describe the measurement method used to confirm the issue'), but there is no explicit numbered sequence with validation checkpoints or a measure → fix → re-test feedback loop in the body. | 2 / 3 |
Progressive Disclosure | The body is a concise overview with well-signaled, one-level-deep navigation — 'see `references/rule.md`' — and the referenced file exists and does not nest further, giving easy navigation. | 3 / 3 |
Total | 9 / 12 Passed |