Content
57%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-organized, simple accessibility-review skill that correctly defers detail to a real one-level reference. The body could be tighter and more actionable by trimming known-concept explanation and surfacing a concrete in-body example plus an explicit verification step.
Suggestions
Remove or compress the opening explanation of what a <meter> element is and the generic "Explain" section; Claude already knows this and the tokens are not earning their place.
Add one small in-body example (a labeled vs unlabeled <meter> snippet or a selector) so the Check/Fix steps are immediately executable without opening the reference.
Make verification explicit in the body — e.g. "Verify: confirm the meter exposes an accessible name in the browser accessibility tree (axe/Lighthouse)" — instead of instructing Claude to merely note how to verify.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and well-sectioned, but it explains a concept Claude already knows ("A meter represents a scalar measurement; without a label, a user might hear a value...") and includes a generic "Explain why measurements need context..." section. It is not a 3 because those passages do not earn their tokens, and not a 1 because the bulk is efficient and direct. | 2 / 3 |
Actionability | It gives concrete attributes to check and apply ("aria-label or aria-labelledby", "role=\"meter\"") but provides no in-body executable example — code is deferred to references/rule.md. It is not a 3 because the body itself lacks copy-paste-ready examples or selectors, and not a 1 because the named attributes and elements are specific and actionable. | 2 / 3 |
Workflow Clarity | The Check / Fix / Explain / Code Review structure gives a clear sequence for a simple review task, but verification is described ("note how to verify the fix with browser accessibility tooling or assistive tech") rather than given as an explicit in-body checkpoint. It is not a 3 because the validation step is implicit in the body, and not a 1 because the sequence is present and unambiguous. | 2 / 3 |
Progressive Disclosure | The body is a concise overview with clearly signaled one-level-deep navigation to references/rule.md ("For full implementation details, code examples, and framework-specific guidance, see references/rule.md"), and that file exists and is not further nested. It is not a 2 because the split is appropriate and the reference is explicitly signaled. | 3 / 3 |
Total | 9 / 12 Passed |