Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A compact, well-structured overview that correctly defers detail to references/rule.md and includes useful guardrails against false positives. Its weaknesses are instructional rather than executable guidance in the body and the absence of an explicit verification checkpoint inline.
Suggestions
Drop or merge the opening concept sentence with the redundant "Explain" section to remove explanation Claude already knows and save tokens.
Add one small inline executable snippet (e.g. a native loading='lazy' img/iframe example) so the body is actionable without forcing a jump to the reference, and replace "JavaScript solutions" with a concrete pointer.
Add an explicit verification checkpoint to the workflow (e.g. confirm offscreen placement via DevTools/Lighthouse before reporting, then re-measure LCP after the fix) rather than leaving it implied.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean, but the opening concept sentence ("Lazy loading defers non-critical resources until needed—this reduces initial page weight, speeds up first paint...") explains a concept Claude already knows, and the "Explain" section restates that same idea, so it could be tightened. | 2 / 3 |
Actionability | Quick Reference gives concrete attributes (loading='lazy', Intersection Observer) but the body offers no executable code and the Fix section is vague ("JavaScript solutions"); copy-paste-ready examples live only in references/rule.md rather than inline. | 2 / 3 |
Workflow Clarity | Check/Fix/Explain/Code Review sections provide a loose sequence and a guardrail ("do not invent a lazy-loading defect"), but there is no explicit validation/measurement checkpoint in the body — the verify step is only implied and detailed in the reference file. | 2 / 3 |
Progressive Disclosure | A well-organized overview (Quick Reference, Check, Fix, Explain, Code Review) with a single, clearly signaled one-level-deep reference to references/rule.md, which exists and holds the detailed examples. | 3 / 3 |
Total | 9 / 12 Passed |