accessibility

Audit web content against WCAG 2.2 guidelines and generate remediation lists.

4|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/FEMADOX/Fastapi-Ecosystem-Lab --skill accessibility-femadox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/FEMADOX/Fastapi-Ecosystem-Lab/tree/main/learn_nextjs/.agents/skills/accessibility
Command: npx skills add https://github.com/FEMADOX/Fastapi-Ecosystem-Lab --skill accessibility-femadox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit and improve web accessibility following WCAG 2.2 guidelines to ensure digital content is usable by all.

Core Features & Use Cases

  • Comprehensive accessibility evaluation based on POUR principles (Perceivable, Operable, Understandable, Robust) aligned with WCAG 2.2.
  • Practical patterns and references for implementing accessible components, forms, navigation, and multimedia.
  • Use Case: when building a new frontend or auditing an existing site, run an accessibility review and apply recommended fixes to meet conformance levels AA (or higher) and improve user experience for assistive technologies.
  • Testing and validation guidance with a focus on keyboard navigation, color contrast, semantic markup, and screen reader compatibility.

Quick Start

Audit a current web page for WCAG 2.2 conformance and generate an actionable remediation list.

Frequently Asked Questions about accessibility

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

FAQPage Schema
How do I audit my website for WCAG 2.2 conformance?

Audit web accessibility against WCAG 2.2 guidelines by evaluating POUR principles across frontend components, forms, and navigation to generate an actionable remediation list for conformance level AA.

What are the POUR principles for web accessibility?

The POUR principles for web accessibility are Perceivable, Operable, Understandable, and Robust. They provide the foundational framework for evaluating and ensuring digital content is accessible to all users under WCAG 2.2.

How do I fix color contrast and keyboard navigation issues in frontend components?

Fix color contrast and keyboard navigation issues by applying practical accessibility patterns and references that refactor frontend components to meet WCAG 2.2 AA standards and improve focus management for assistive technologies.

Can I use this approach to test multimedia and forms for screen reader compatibility?

Yes, you can test multimedia and forms for screen reader compatibility by applying WCAG 2.2 testing protocols focused on semantic markup, keyboard accessibility, and focus management to validate assistive technology usability.

Does web accessibility auditing require specialized testing frameworks or dependencies?

Web accessibility auditing does not require specialized testing frameworks or dependencies. It applies WCAG 2.2 guidelines and testing protocols directly to evaluate frontend components, forms, navigation, and multimedia without external tools.