Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when reviewing rendered HTML, interactive components, or design-system patterns related to Implement 'Skip to Content' links. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.
.claude/skills/thedaviddias-skip-link/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 13% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -3% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -17% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 41% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -10% | 0% |
Skip links allow keyboard and screen reader users to bypass repetitive navigation links, saving them significant time and effort.
Verify if a skip link exists and is the first focusable element in the document.
Add a skip link that becomes visible on focus and targets the main content area.
Explain how skip links benefit users who navigate via keyboard by allowing them to bypass repetitive menus.
Review the rendered markup and interactive states that affect Implement "Skip to Content" links. Flag exact elements, roles, labels, focus behavior, or keyboard interactions that violate the rule, and note how to verify the fix with browser accessibility tooling or assistive tech.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/accessibility/skip-link
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | pass→pass | 14,357 | 13,310 | -7% | 1 | 1 | 0% | 2,635 | 2,568 | -3% | 0 | 0 | — |
case-02 | pass→pass | 9,579 | 7,143 | -25% | 1 | 1 | 0% | 1,816 | 1,508 | -17% | 0 | 0 | — |
case-03 | fail→pass | 12,373 | 11,159 | -10% | 1 | 1 | 0% | 2,238 | 2,537 | +13% | 0 | 0 | — |
case-04 | pass→pass | 6,405 | 7,409 | +16% | 1 | 1 | 0% | 1,164 | 1,637 | +41% | 0 | 0 | — |
case-05 | pass→pass | 10,051 | 7,561 | -25% | 1 | 1 | 0% | 1,634 | 1,476 | -10% | 0 | 0 | — |
case-06 | fail→fail | 11,966 | 7,702 | -36% | 1 | 1 | 0% | 2,219 | 1,775 | -20% | 0 | 0 | — |
case-07 | pass→pass | 12,506 | 9,955 | -20% | 1 | 1 | 0% | 2,249 | 2,082 | -7% | 0 | 0 | — |
case-08 | pass→pass | 11,890 | 9,674 | -19% | 1 | 1 | 0% | 2,177 | 2,202 | +1% | 0 | 0 | — |
case-09 | pass→pass | 14,860 | 11,374 | -23% | 1 | 1 | 0% | 2,656 | 2,347 | -12% | 0 | 0 | — |
case-10 | pass→pass | 11,713 | 10,114 | -14% | 1 | 1 | 0% | 1,918 | 1,915 | -0% | 0 | 0 | — |
case-11 | pass→pass | 12,858 | 9,426 | -27% | 1 | 1 | 0% | 2,381 | 2,056 | -14% | 0 | 0 | — |
case-12 | pass→pass | 7,209 | 6,625 | -8% | 1 | 1 | 0% | 1,341 | 1,391 | +4% | 0 | 0 | — |
case-13 | pass→pass | 13,286 | 7,775 | -41% | 1 | 1 | 0% | 2,219 | 1,511 | -32% | 0 | 0 | — |
case-14 | pass→pass | 5,972 | 4,366 | -27% | 1 | 1 | 0% | 1,025 | 976 | -5% | 0 | 0 | — |
case-15 | pass→pass | 8,549 | 7,099 | -17% | 1 | 1 | 0% | 1,616 | 1,581 | -2% | 0 | 0 | — |
case-16 | pass→pass | 12,082 | 10,092 | -16% | 1 | 1 | 0% | 2,357 | 2,131 | -10% | 0 | 0 | — |
case-17 | pass→pass | 7,703 | 7,184 | -7% | 1 | 1 | 0% | 1,441 | 1,621 | +12% | 0 | 0 | — |
case-18 | pass→pass | 8,533 | 6,734 | -21% | 1 | 1 | 0% | 1,646 | 1,583 | -4% | 0 | 0 | — |
case-19 | pass→pass | 12,654 | 11,899 | -6% | 1 | 1 | 0% | 2,121 | 2,115 | -0% | 0 | 0 | — |
case-20 | pass→pass | 9,532 | 8,006 | -16% | 1 | 1 | 0% | 1,609 | 1,547 | -4% | 0 | 0 | — |
case-21 | pass→pass | 11,722 | 9,239 | -21% | 1 | 1 | 0% | 2,041 | 1,886 | -8% | 0 | 0 | — |
case-22 | pass→pass | 11,523 | 10,160 | -12% | 1 | 1 | 0% | 1,994 | 2,111 | +6% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +5 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.