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 a well-organized overview with a single verified one-level reference and concrete actionable guidance. Weakest points are the opening concept re-explanation and the absence of an explicit validation/verification loop within the body itself.
Suggestions
Tighten the opening paragraph: drop the general explanation of what layout thrashing is and keep only the rule-specific framing, since Claude already knows the concept.
Add an explicit verification checkpoint to the body (e.g., 'After refactoring, confirm in DevTools Performance panel that forced reflows are gone and no scroll-blocking listener warnings remain') rather than relying solely on the referenced file's Verification section.
Surface 1-2 short inline code snippets (bad read-write-interleaved loop vs. batched reads-then-writes) so the core fix is actionable without opening the reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with lean Quick Reference and task bullets, but the opening paragraph re-explains layout thrashing (a concept Claude already knows), fitting the score-2 'mostly efficient but could be tightened' anchor rather than the score-3 lean ideal. | 2 / 3 |
Actionability | Provides specific actionable directives with named APIs ('Never interleave DOM reads (offsetHeight, getBoundingClientRect) with DOM writes', 'Use passive listeners for scroll, touch, and wheel') and executable examples in the verified reference, matching the score-3 actionable anchor rather than the incomplete score-2 case. | 3 / 3 |
Workflow Clarity | Task modes (Check, Fix, Explain, Code Review) are clearly listed but the body only implicitly references browser verification with no explicit validate->fix->retry checkpoint, fitting the score-2 'steps listed but validation gaps' anchor rather than the score-3 explicit-validation case. | 2 / 3 |
Progressive Disclosure | A concise overview body with clearly signaled one-level-deep reference to the real file 'references/rule.md' and well-organized sections, matching the score-3 anchor for clear overview with appropriately split content. | 3 / 3 |
Total | 10 / 12 Passed |