Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.
.claude/skills/fixing-accessibility/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 22 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-09 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-17 | ✓→✓ | = Same ✓ | 36% | 0% |
| case-23 | ✓→✓ | = Same ✓ | 23% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 2% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 6% | 0% |
Use this skill when you need audit and fix HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use when adding interactive controls, forms, dialogs, or reviewing WCAG compliance.
Fix accessibility issues.
/fixing-accessibilityApply these constraints to any UI work in this conversation.
/fixing-accessibility <file>Review the file against all rules below and report:
Do not rewrite large parts of the UI. Prefer minimal, targeted fixes.
Reference these guidelines when:
| priority | category | impact | |----------|----------|--------| | 1 | accessible names | critical | | 2 | keyboard access | critical | | 3 | focus and dialogs | critical | | 4 | semantics | high | | 5 | forms and errors | high | | 6 | announcements | medium-high | | 7 | contrast and states | medium | | 8 | media and motion | low-medium | | 9 | tool boundaries | critical |
html<!-- icon-only button: add aria-label --> <!-- before --> <button><svg>...</svg></button> <!-- after --> <button aria-label="Close"><svg aria-hidden="true">...</svg></button> <!-- div as button: use native element --> <!-- before --> <div onclick="save()">Save</div> <!-- after --> <button onclick="save()">Save</button> <!-- form error: link with aria-describedby --> <!-- before --> <input id="email" /> <span>Invalid email</span> <!-- after --> <input id="email" aria-describedby="email-err" aria-invalid="true" /> <span id="email-err">Invalid email</span>
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-17 | pass→pass | 11,662 | 8,416 | -28% | 1 | 1 | 0% | 1,975 | 2,687 | +36% | 0 | 0 | — |
case-23 | pass→pass | 13,605 | 8,238 | -39% | 1 | 1 | 0% | 2,175 | 2,671 | +23% | 0 | 0 | — |
case-01 | fail→fail | 3,466 | 6,322 | +82% | 1 | 1 | 0% | 501 | 2,263 | +352% | 0 | 0 | — |
case-02 | pass→pass | 9,219 | 3,003 | -67% | 1 | 1 | 0% | 1,652 | 1,680 | +2% | 0 | 0 | — |
case-03 | pass→pass | 7,723 | 2,484 | -68% | 1 | 1 | 0% | 1,454 | 1,546 | +6% | 0 | 0 | — |
case-04 | pass→pass | 7,259 | 4,107 | -43% | 1 | 1 | 0% | 1,464 | 1,961 | +34% | 0 | 0 | — |
case-05 | pass→pass | 11,240 | 6,650 | -41% | 1 | 1 | 0% | 1,975 | 2,402 | +22% | 0 | 0 | — |
case-16 | pass→pass | 8,399 | 6,056 | -28% | 1 | 1 | 0% | 1,492 | 2,126 | +42% | 0 | 0 | — |
case-06 | pass→pass | 6,450 | 3,075 | -52% | 1 | 1 | 0% | 1,165 | 1,629 | +40% | 0 | 0 | — |
case-07 | pass→pass | 6,359 | 3,882 | -39% | 1 | 1 | 0% | 1,100 | 1,770 | +61% | 0 | 0 | — |
case-08 | pass→pass | 15,074 | 10,584 | -30% | 1 | 1 | 0% | 2,841 | 3,202 | +13% | 0 | 0 | — |
case-09 | fail→pass | 7,870 | 3,776 | -52% | 1 | 1 | 0% | 1,494 | 1,777 | +19% | 0 | 0 | — |
case-10 | pass→pass | 11,727 | 8,713 | -26% | 1 | 1 | 0% | 2,097 | 2,765 | +32% | 0 | 0 | — |
case-11 | pass→pass | 5,157 | 3,966 | -23% | 1 | 1 | 0% | 1,019 | 1,866 | +83% | 0 | 0 | — |
case-12 | pass→pass | 10,959 | 5,561 | -49% | 1 | 1 | 0% | 2,033 | 2,043 | +0% | 0 | 0 | — |
case-13 | pass→pass | 9,138 | 3,656 | -60% | 1 | 1 | 0% | 1,593 | 1,772 | +11% | 0 | 0 | — |
case-14 | pass→pass | 5,789 | 3,745 | -35% | 1 | 1 | 0% | 964 | 1,797 | +86% | 0 | 0 | — |
case-15 | pass→pass | 8,135 | 3,870 | -52% | 1 | 1 | 0% | 1,444 | 1,852 | +28% | 0 | 0 | — |
case-18 | pass→pass | 9,112 | 4,395 | -52% | 1 | 1 | 0% | 1,719 | 1,948 | +13% | 0 | 0 | — |
case-19 | pass→pass | 9,693 | 4,182 | -57% | 1 | 1 | 0% | 1,667 | 1,836 | +10% | 0 | 0 | — |
case-20 | pass→pass | 7,677 | 2,401 | -69% | 1 | 1 | 0% | 1,296 | 1,525 | +18% | 0 | 0 | — |
case-21 | pass→pass | 12,984 | 6,903 | -47% | 1 | 1 | 0% | 2,289 | 2,371 | +4% | 0 | 0 | — |
case-22 | pass→pass | 15,953 | 4,199 | -74% | 1 | 1 | 0% | 1,395 | 1,892 | +36% | 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. 23 cases were attempted. The headline lift of +4 percentage points is the difference between those two pass rates over the 23 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.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 7/28/2026 | +14% |
Other measured skills in the registry, with their headline benchmark lift.