Content
72%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A concise, well-structured overview that practices good progressive disclosure by deferring executable detail to a real reference file. The body is light on copy-paste-ready actionability and on an explicit error-recovery loop, both of which are deferred to the reference.
Suggestions
Add at least one minimal executable code snippet or a named library/command (e.g., react-window) directly in the Fix section so the body is actionable without opening the reference.
Surface a short validate-fix-retry loop in the body (e.g., 'after virtualizing, re-measure node count and scroll; if jank or a11y regressions appear, adjust overscan and re-test') rather than only in the reference's Verification section.
Include the most natural trigger terms ('long lists', 'large tables', 'scroll jank') in the description to improve trigger-term coverage.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and well-organized with no padding: a one-line rationale plus terse Quick Reference and Check/Fix/Explain/Code Review sections that assume Claude's competence. Not 2 because it avoids unnecessary explanation of concepts Claude already knows (e.g., what the DOM is). | 3 / 3 |
Actionability | Provides concrete review criteria ('Render only what is visible plus a small overscan buffer', 'Introduce list or table virtualization') but no executable code or specific library/commands in the body; copy-paste-ready TSX examples live only in references/rule.md. Not 3 because the body's Fix guidance is somewhat abstract and not copy-paste ready; not 1 because the guidance names a specific approach and specific review signals rather than being vague. | 2 / 3 |
Workflow Clarity | The Check/Fix/Explain/Code Review phasing gives a clear sequence, and 'Measure scroll smoothness, memory use, and DOM node count before and after the change' is an explicit checkpoint. Not 3 because a full validate-fix-retry feedback loop is absent from the body (it lives in the reference's Verification section); not 1 because the sequence and a before/after measurement checkpoint are present rather than missing. | 2 / 3 |
Progressive Disclosure | The body is a concise overview that clearly signals a one-level-deep pointer to references/rule.md ('For full implementation details, code examples, and framework-specific guidance, see references/rule.md'), and that file exists. Not 2 because the reference is explicitly signaled and only one level deep rather than inline or nested. | 3 / 3 |
Total | 10 / 12 Passed |