Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when reviewing templates, rendered HTML, or shared components related to Make tabs keyboard navigable. Validate the final browser-facing markup, not just the source framework abstraction.
.claude/skills/thedaviddias-tabs-accessibility/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-15 | ✓→✓ | = Same ✓ | -14% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -21% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -11% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -32% | 0% |
Incorrectly implemented tabs trap keyboard users or leave screen reader users unable to understand the relationship between tabs and their content.
Verify tabs use tablist/tab/tabpanel roles, aria-selected state, and arrow key navigation between tabs.
Implement tabs with role='tablist', role='tab', role='tabpanel', aria-selected, and proper keyboard interaction patterns.
Explain the ARIA tabs design pattern and how proper implementation ensures keyboard and screen reader accessibility.
Review templates, server-rendered HTML, and shared components that output markup related to Make tabs keyboard navigable. Flag exact elements, attributes, and routes where the rendered HTML violates the rule.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/html/tabs-accessibility
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-15 | pass→pass | 11,496 | 7,661 | -33% | 1 | 1 | 0% | 1,918 | 1,653 | -14% | 0 | 0 | — |
case-01 | pass→pass | 10,546 | 5,898 | -44% | 1 | 1 | 0% | 1,998 | 1,575 | -21% | 0 | 0 | — |
case-02 | pass→pass | 10,162 | 6,857 | -33% | 1 | 1 | 0% | 1,776 | 1,572 | -11% | 0 | 0 | — |
case-03 | pass→pass | 8,726 | 4,739 | -46% | 1 | 1 | 0% | 1,572 | 1,075 | -32% | 0 | 0 | — |
case-04 | pass→pass | 3,695 | 4,075 | +10% | 1 | 1 | 0% | 808 | 990 | +23% | 0 | 0 | — |
case-05 | pass→pass | 8,209 | 5,950 | -28% | 1 | 1 | 0% | 1,596 | 1,332 | -17% | 0 | 0 | — |
case-06 | pass→pass | 5,241 | 4,719 | -10% | 1 | 1 | 0% | 1,234 | 1,349 | +9% | 0 | 0 | — |
case-07 | pass→pass | 3,681 | 2,983 | -19% | 1 | 1 | 0% | 753 | 934 | +24% | 0 | 0 | — |
case-08 | pass→pass | 14,140 | 10,893 | -23% | 1 | 1 | 0% | 2,448 | 2,217 | -9% | 0 | 0 | — |
case-09 | pass→pass | 12,282 | 8,820 | -28% | 1 | 1 | 0% | 2,369 | 2,242 | -5% | 0 | 0 | — |
case-10 | fail→pass | 17,437 | 14,600 | -16% | 1 | 1 | 0% | 3,074 | 3,264 | +6% | 0 | 0 | — |
case-16 | pass→pass | 12,909 | 15,008 | +16% | 1 | 1 | 0% | 2,390 | 1,735 | -27% | 0 | 0 | — |
case-11 | pass→pass | 4,923 | 3,843 | -22% | 1 | 1 | 0% | 877 | 855 | -3% | 0 | 0 | — |
case-12 | pass→pass | 3,354 | 3,186 | -5% | 1 | 1 | 0% | 455 | 779 | +71% | 0 | 0 | — |
case-13 | pass→pass | 11,443 | 7,525 | -34% | 1 | 1 | 0% | 2,122 | 1,744 | -18% | 0 | 0 | — |
case-14 | pass→pass | 7,879 | 5,514 | -30% | 1 | 1 | 0% | 1,540 | 1,403 | -9% | 0 | 0 | — |
case-17 | pass→pass | 4,449 | 3,717 | -16% | 1 | 1 | 0% | 682 | 884 | +30% | 0 | 0 | — |
case-18 | pass→pass | 5,347 | 3,478 | -35% | 1 | 1 | 0% | 1,014 | 794 | -22% | 0 | 0 | — |
case-19 | pass→pass | 4,308 | 3,134 | -27% | 1 | 1 | 0% | 786 | 855 | +9% | 0 | 0 | — |
case-20 | pass→pass | 10,231 | 7,618 | -26% | 1 | 1 | 0% | 1,854 | 1,698 | -8% | 0 | 0 | — |
case-21 | pass→pass | 9,585 | 5,304 | -45% | 1 | 1 | 0% | 1,517 | 1,235 | -19% | 0 | 0 | — |
case-22 | pass→pass | 11,219 | 10,481 | -7% | 1 | 1 | 0% | 2,162 | 2,146 | -1% | 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.