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 well-structured as an overview with a clean one-level reference to rule.md, but it stays directional rather than executable and omits in-body validation checkpoints for the review workflow.
Suggestions
Add one concrete 'how to check' step in the Check section (e.g., an accessibility-tree selector or an axe/Lighthouse command) so the body is actionable without requiring the reference.
Surface an explicit validate/verify checkpoint inline (e.g., 'Re-run the accessibility checker to confirm <body> no longer carries aria-hidden') rather than deferring all verification to references/rule.md.
Collapse the Quick Reference bullets or merge them into the opening sentence to remove the redundancy between 'silences the entire application' and 'makes the entire page invisible'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence, but the Quick Reference bullets restate the opening sentence ('silences the entire application' vs 'makes the entire page invisible to assistive technologies'), a minor redundancy that keeps it just below a 5. | 4 / 5 |
Actionability | Guidance names concrete targets (remove aria-hidden from <body>, apply to background containers, flag elements/roles/labels/focus/keyboard), but the 'how' — actual inspection selectors, commands, or code — is deferred to references/rule.md, leaving key execution details missing. | 3 / 5 |
Workflow Clarity | The Check/Fix/Explain/Code Review sections imply a sequence, but no explicit validation checkpoints appear in the body (verification lives only in references/rule.md), so checkpoints are implicit rather than present. | 3 / 5 |
Progressive Disclosure | The body is a clear overview that points once to references/rule.md ('see references/rule.md') for full implementation details, code examples, and framework guidance — a well-signaled, one-level-deep reference with content appropriately split, matching the top anchor. | 5 / 5 |
Total | 15 / 20 Passed |