fixing-accessibility

Audit web interfaces and apply code-level accessibility fixes.

5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/marchatton/agent-skills --skill fixing-accessibility-marchatton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixing-accessibility
Source: https://github.com/marchatton/agent-skills/tree/main/.agents/skills/04-develop/01-ui-skills-dot-com/fixing-accessibility
Command: npx skills add https://github.com/marchatton/agent-skills --skill fixing-accessibility-marchatton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses and rectifies accessibility issues in user interfaces, ensuring digital content is usable by everyone, including individuals with disabilities.

Core Features & Use Cases

  • A11y Audits: Identifies and reports accessibility violations.
  • Targeted Fixes: Provides specific, code-level suggestions for remediation.
  • Use Case: When building a new form, use this Skill to review it for accessibility compliance, ensuring all inputs are properly labeled and keyboard navigable.

Quick Start

Use fixing-accessibility to review the provided code snippet for accessibility violations.

Frequently Asked Questions about fixing-accessibility

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

FAQPage Schema
How do I fix web accessibility issues in my UI code?

Fix web accessibility issues by auditing your UI code and applying targeted corrections for accessible names, keyboard navigation, focus management, and semantic correctness.

What is keyboard navigation compliance in web development?

Keyboard navigation compliance ensures interactive UI elements are fully operable without a mouse by auditing code and correcting focus management and keyboard access.

How do I audit a form for a11y compliance?

Audit a form for a11y compliance by reviewing the code snippet to identify violations, ensuring all inputs are properly labeled, keyboard navigable, and semantically correct.

Does this accessibility audit work with existing UI components?

Yes, the accessibility audit works with existing UI components by reviewing the provided code structure to identify violations and apply specific code-level remediation.

What are the limitations of automated a11y code fixes?

Automated a11y code fixes target specific code-level corrections like accessible names and focus management, providing remediation suggestions for interactive elements but may require manual review for complex UI logic.