fixing-accessibility

Audit and fix HTML accessibility issues in web interfaces.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/brp00005/site2 --skill fixing-accessibility-brp00005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-accessibility
Source: https://github.com/brp00005/site2/tree/main/.cursor/skills/fixing-accessibility
Command: npx skills add https://github.com/brp00005/site2 --skill fixing-accessibility-brp00005

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit and fix accessibility issues with minimal, targeted diffs.

Core Features & Use Cases

  • Improve keyboard navigation, focus management, and semantic markup across UI components.
  • Quick evaluation of ARIA roles, visible focus indicators, and color contrast against WCAG criteria.
  • Apply small, safe diffs to buttons, inputs, dialogs, and menus to meet accessibility standards.

Quick Start

Use this skill to audit and fix accessibility issues with minimal, targeted diffs.

Frequently Asked Questions about fixing-accessibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix accessibility issues in my web interface with minimal code changes?

You can fix accessibility issues by applying small, targeted diffs to HTML elements. This skill audits interactive controls, forms, and dialogs, then generates minimal patches for accessible names, keyboard access, focus management, and semantics.

How do I audit ARIA roles and keyboard navigation across UI components?

Auditing ARIA roles and keyboard navigation involves evaluating interactive controls against priority rules. This skill checks visible focus indicators, accessible names, and semantic markup to identify violations across your UI components.

What is the best way to improve focus management and color contrast for WCAG compliance?

The best way to improve focus management and color contrast is to evaluate them against WCAG criteria. This skill enforces priority rules for focus indicators and contrast, providing common fixes to meet accessibility standards.

Can I use this skill to fix accessibility for both forms and dialogs?

Yes, you can fix accessibility for both forms and dialogs. The skill applies to interactive controls, forms, dialogs, and navigation, handling disabled states, form inputs, and focus management across these components.

Why does my keyboard navigation not work properly on interactive controls?

Keyboard navigation fails on interactive controls when they lack proper focus management and accessible names. This skill audits HTML elements for missing semantics and focus indicators, then applies targeted diffs to restore keyboard access.

Do I need specific frameworks to apply accessibility fixes to my frontend?

No specific frameworks are required to apply accessibility fixes. The skill works with standard HTML interfaces, auditing and patching elements like buttons, inputs, and menus with minimal, targeted diffs regardless of your frontend stack.