accessibility-expert

Identify and fix WCAG 2.1/2.2 accessibility violations in web interfaces.

Updated Jan 17, 2026
One-click install
npx skills add https://github.com/VanhPoker/VietNamLookmaxing --skill accessibility-expert-vanhpoker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-expert
Source: https://github.com/VanhPoker/VietNamLookmaxing/tree/main/.agent/skills/accessibility-expert
Command: npx skills add https://github.com/VanhPoker/VietNamLookmaxing --skill accessibility-expert-vanhpoker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessibility issues across web interfaces cause users with disabilities to be unable to interact effectively, hindering usability and compliance.

Core Features & Use Cases

  • WCAG 2.1/2.2 compliance guidance and ARIA best practices for frontend components.
  • Keyboard navigation analysis and screen reader compatibility testing integrated into CI workflows.
  • Automated accessibility checks, remediation recommendations, and testing automation strategies.

Quick Start

Audit a web page for accessibility issues and propose practical fixes.

Frequently Asked Questions about accessibility-expert

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

FAQPage Schema
How do I audit a web page for WCAG 2.1 and 2.2 accessibility violations?

Audit a web page for WCAG 2.1 and 2.2 accessibility violations by analyzing frontend components, keyboard navigation, screen reader compatibility, and ARIA usage to identify issues and propose practical fixes.

What's the best way to integrate automated accessibility checks into CI workflows?

The best way to integrate automated accessibility checks into CI workflows is by applying screen reader compatibility testing and keyboard navigation analysis directly into your automated testing workflows.

How do I fix ARIA usage and keyboard navigation issues in frontend components?

Fix ARIA usage and keyboard navigation issues by identifying non-compliant patterns in frontend components and applying ARIA best practices to ensure WCAG 2.1/2.2 compliance.

Does this accessibility expert support screen reader compatibility testing for web interfaces?

Yes, this accessibility expert supports screen reader compatibility testing by analyzing web interfaces and providing remediation recommendations to resolve WCAG 2.1/2.2 violations.

Why does my frontend component fail keyboard navigation and screen reader checks?

Frontend components fail keyboard navigation and screen reader checks due to improper ARIA usage and non-compliant HTML structures that violate WCAG 2.1/2.2 accessibility guidelines.

What are the limitations of automated accessibility testing for WCAG compliance?

Automated accessibility testing for WCAG compliance requires supplementary manual validation for complex keyboard navigation and screen reader interactions that automated workflows cannot fully evaluate.