Content
61%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 a concise, well-sectioned overview that correctly offloads detailed examples to a real references/rule.md file. It is held back by high-level rather than concrete actionable steps in the body and the absence of an explicit validation/verification checkpoint in the workflow.
Suggestions
Add one concrete inline example (e.g., a CSS selector or axe/Lighthouse command) in the Check or Fix section so the body is executable without opening the reference.
Insert an explicit verification checkpoint into the workflow, e.g. 'Verify: confirm the heading now appears in the accessibility tree with a non-empty accessible name before closing the task.'
Link references/rule.md contextually next to the relevant section (e.g., under Check or Fix) rather than only in a trailing prose paragraph.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is short and mostly lean, with only minor over-explanation such as the opening 'ghost stops' framing and the meta 'Explain' directive; not a 5 because those could be trimmed. | 4 / 5 |
Actionability | Directions like 'Find any heading tags (h1 through h6) that are empty' and 'Flag exact elements, roles, labels, focus behavior' are actionable but high-level, with no concrete selectors, commands, or code in the body — specifics are deferred to references/rule.md. | 3 / 5 |
Workflow Clarity | The Check → Fix → Explain → Code Review sequence is present and 'note how to verify the fix' nods at validation, but there is no explicit validation checkpoint or feedback loop. | 3 / 5 |
Progressive Disclosure | The body is a well-organized overview (Quick Reference, Check, Fix, Explain, Code Review) with a clearly signaled one-level-deep reference to references/rule.md, which exists; minor gap is the reference is signaled only in a bottom prose paragraph rather than contextually per section. | 4 / 5 |
Total | 14 / 20 Passed |