Content
72%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 actionable with good progressive disclosure via a real reference file, but it leans verbose through concept re-explanation and repeated rationale. Workflow clarity is solid but lacks explicit validation checkpoints.
Suggestions
Trim the "Explain" section's restatement of native lazy-loading mechanics (distance threshold, universal browser support) since Claude already knows this; keep only the LCP caveat and CLS pairing rule.
Remove the duplicated "eliminates unnecessary image downloads" rationale and the repeated LCP warning—state each once in its dedicated section.
Add an explicit validation checkpoint to the Check/Fix flow, e.g. "After fixes, re-scan in DevTools Network tab or rerun Lighthouse to confirm the Defer offscreen images audit passes," to lift workflow clarity above an implicit loop.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient but the "Explain" section re-explains native lazy loading (the 1250px distance threshold, browser support) that Claude already knows, and the LCP caveat and "eliminates unnecessary image downloads" rationale are repeated across sections, so it could be tightened. | 2 / 3 |
Actionability | Concrete, executable guidance names exact attributes (loading="lazy", fetchpriority="high", width/height) and gives numbered Fix steps specifying what to add, remove, and verify, which is actionable for an instruction-only review skill. | 3 / 3 |
Workflow Clarity | The Check → Fix → Explain → Code Review sequence is clearly ordered, but validation checkpoints are only implied ("confirm the fix in DevTools" appears once) rather than explicit feedback loops, so it sits below the clear-validation anchor. | 2 / 3 |
Progressive Disclosure | The lean, sectioned body points to a real one-level-deep references/rule.md for code examples and framework guidance with a clear pointer, matching the well-signaled one-level-deep-references anchor. | 3 / 3 |
Total | 10 / 12 Passed |