Content
60%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a clean, well-structured overview that correctly pushes detail to references/rule.md, earning high progressive-disclosure marks. It is held back by an absence of executable verification steps in SKILL.md itself and some generic explanatory prose that assumes less of Claude than it should.
Suggestions
Add one concrete verification command or selector to the 'Check' section (e.g. `document.querySelectorAll('main, [role=main]').length === 1`) so the body is actionable without opening the reference.
Add an explicit validation checkpoint in 'Fix' confirming the page still exposes exactly one main landmark after the change.
Trim the opening sentence and the generic 'Code Review' paragraph, which restate concepts Claude already knows about landmark navigation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is short and lightly padded rather than verbose, but several lines are restatements Claude already knows (e.g. 'A single main landmark allows keyboard and screen reader users to jump directly to the primary content') and the 'Code Review' section largely re-describes the skill rather than adding load-bearing detail, so it is mostly efficient but could be tightened. | 2 / 3 |
Actionability | The 'Check' step gives a concrete counting heuristic ('Count the number of <main> elements or elements with role=main') and 'Fix' gives a remediation, but there is no executable command, selector, or code snippet in the body itself — the only runnable examples live in references/rule.md — so guidance is concrete but incomplete in SKILL.md. | 2 / 3 |
Workflow Clarity | The Check / Fix / Explain / Code Review sections provide a recognizable sequence, but there is no validation checkpoint confirming the fix actually yields exactly one <main> (a verification step exists only in the reference file), so checkpoints are implicit rather than explicit. | 2 / 3 |
Progressive Disclosure | The body is a concise overview with a single clearly signaled one-level-deep reference ('see references/rule.md'), the referenced file exists, and content is appropriately split between the overview and the detail file rather than nested multiple levels, matching the well-organized reference anchor. | 3 / 3 |
Total | 9 / 12 Passed |