Content
70%Reviews 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 with a clear single-task workflow and clean one-level-deep progressive disclosure to a real reference file, but it carries some redundant rationale and templated boilerplate, and pushes the executable examples out of the body.
Suggestions
Tighten or remove the generic 'Code Review' boilerplate paragraph, replacing it with the specific verification steps for this rule.
Fold a minimal inline correct/incorrect code snippet (the html lang/xml:lang examples) into the Check or Fix section so the body is self-contained, keeping the reference for deeper detail.
Trim the overlapping WCAG rationale between the intro and the Explain section to a single concise justification.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and well-sectioned, but the intro/Explain paragraphs re-explain WCAG rationale and the templated 'Code Review' boilerplate ('Review the rendered markup and interactive states that affect...') adds padding without earning its tokens. | 2 / 3 |
Actionability | The Check and Fix sections give concrete, specific guidance (subtag matching like en vs en-US, BCP 47 validation, text/html vs XHTML branching), but executable code examples are deferred to references/rule.md rather than present inline, leaving the body short of copy-paste-ready depth. | 2 / 3 |
Workflow Clarity | A simple single-task skill sequenced clearly (Quick Reference -> Check -> Fix -> Explain -> Code Review), with a verification checkpoint ('note how to verify the fix with browser accessibility tooling or assistive tech'), meeting the simple-skill bar of an unambiguous action. | 3 / 3 |
Progressive Disclosure | The body is a well-organized overview that signals a single one-level-deep reference ('see references/rule.md') for full implementation details and code examples, and that referenced file is real and not further nested. | 3 / 3 |
Total | 10 / 12 Passed |