Content
60%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 content is well-structured as a brief review overview that delegates detail to a real one-level reference, with a clear check-fix-verify flow; it loses points for an unnecessary concept explanation, a vague Check step, and the absence of an inline markup example.
Suggestions
Drop or trim the opening explanatory sentence about what landmark regions are — Claude already knows this — and let the Quick Reference carry the introduction.
Make the 'Check' step concrete by listing what to inspect (accessibility tree roles for <main>/<nav>/<header>/<footer>, single <main>, aria-label on duplicate landmarks) instead of 'verify they are correctly structured'.
Inline a minimal landmark markup snippet in the body so the core fix is actionable without opening the reference, keeping rule.md for the fuller example and verification checklist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is short and mostly lean, but the opening sentence ('Landmark regions allow screen reader users to quickly identify and jump to major sections...') explains a concept Claude already knows, and the one-line 'Explain' section restates the task rather than adding guidance. | 3 / 5 |
Actionability | Concrete specifics exist (element list in Quick Reference, 'Replace generic <div> containers with semantic landmark elements'), but the 'Check' section is abstract ('Verify that the page uses appropriate HTML5 landmark elements...') and no executable markup example is inlined — the example lives only in the reference file. | 3 / 5 |
Workflow Clarity | The Check → Fix → Explain → Code Review structure gives a clear review sequence, and verification is signalled ('note how to verify the fix with browser accessibility tooling or assistive tech'), with only minor checkpoint detail missing in the body itself. | 4 / 5 |
Progressive Disclosure | The body is a concise overview that clearly signals a one-level-deep pointer to references/rule.md (which exists and holds the code example, rationale, and verification steps), though some Quick Reference content overlaps material repeated in the reference file. | 4 / 5 |
Total | 14 / 20 Passed |