Content
65%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a lean, well-structured overview that correctly delegates implementation detail to a real one-level-deep reference, giving excellent progressive disclosure. Its weaknesses are in the body's own actionability and workflow clarity, where executable code and explicit validation checkpoints are deferred to the reference rather than surfaced.
Suggestions
Inline one minimal executable snippet (e.g., the :root custom-property + @media (prefers-color-scheme: dark) redefinition) so the body is actionable without opening the reference.
Add an explicit numbered verification/checkpoint in the body (e.g., 'After the fix: confirm computed styles in DevTools at one mobile and one desktop viewport') rather than only in references/rule.md.
Trim or relocate the opening motivation paragraph to references/rule.md's 'Why It Matters' section to remove the main remaining over-explanation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient: terse Quick Reference bullets and one-to-two-sentence Check/Fix/Explain/Code Review sections that delegate detail to references/rule.md. The only mild over-explanation is the opening motivation paragraph about eye strain and photosensitivity, which keeps it just below a 5. | 4 / 5 |
Actionability | The body gives concrete directives ('extract colors to CSS custom properties and redefining them inside a prefers-color-scheme: dark media query', 'maintain WCAG contrast ratios') but no executable code, selectors, or the data-theme toggle/JS in the body itself — those specifics live only in the reference. This is some actionable guidance but incomplete for standalone execution. | 3 / 5 |
Workflow Clarity | A loose Check → Fix → Explain → Code Review sequence is present, but validation/verification checkpoints are only implicit in the body ('Check the rendered layout... before proposing a fix'); the explicit Verification steps live in references/rule.md. The sequence exists but checkpoints are missing or implicit, matching the 3 anchor. | 3 / 5 |
Progressive Disclosure | The body is a clear, well-sectioned overview (Quick Reference, Check, Fix, Explain, Code Review) with a single well-signaled one-level-deep reference to references/rule.md — a real file verified in the bundle. Content is appropriately split between overview and detailed reference, with easy navigation. | 5 / 5 |
Total | 15 / 20 Passed |