accessibility

Audit web interfaces against WCAG 2.2 accessibility guidelines.

3|3|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/lawalletio/lawallet-nwc --skill accessibility-lawalletio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/lawalletio/lawallet-nwc/tree/main/.agents/skills/accessibility
Command: npx skills add https://github.com/lawalletio/lawallet-nwc --skill accessibility-lawalletio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web accessibility is essential to ensure everyone, including people with disabilities, can perceive, understand, navigate, and interact with digital content. This Skill provides a practical WCAG 2.2–based framework to audit and improve accessibility across web interfaces.

Core Features & Use Cases

  • WCAG 2.2 conformance guidance and POUR principles to structure accessible design.
  • Practical patterns for keyboard navigation, screen reader compatibility, skip links, ARIA usage, color contrast, and focus management.
  • Use cases across product pages, dashboards, forms, and content-heavy sites with actionable checklists and references.

Quick Start

Run an accessibility audit on your web pages and apply WCAG 2.2 patterns to improve perceivable, operable, understandable, and robust design.

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 compliance?

Audit web accessibility by validating color contrast, keyboard navigation, screen reader support, and skip links against WCAG 2.2 guidelines. You can structure evaluations using POUR principles and practical ARIA patterns to identify and fix interface barriers.

What is the best way to test keyboard navigation and screen reader support?

Testing keyboard navigation and screen reader support involves applying practical accessibility patterns to verify focus management and ARIA usage. You validate operability by ensuring users can navigate interfaces and interact with content without a mouse.

How does Lighthouse check color contrast and ARIA patterns?

Lighthouse checks color contrast and ARIA patterns by evaluating web pages against accessibility standards. It identifies violations in perceivable design and robust ARIA implementation, generating actionable items to improve compliance for screen readers.

Can I use axe-core and WAVE to validate skip links and focus management?

Yes, you can use axe-core and WAVE to validate skip links and focus management. These tools scan web interfaces to detect operability issues, confirming that keyboard focus moves logically and bypass links function correctly for assistive technologies.

What are the WCAG 2.2 POUR principles for accessible design?

The POUR principles require web content to be Perceivable, Operable, Understandable, and Robust. They structure accessible design by ensuring all users can perceive information, navigate interfaces, comprehend content, and interact using assistive technologies.

Does this accessibility audit approach work for dashboards and content-heavy sites?

Yes, this accessibility audit approach works for dashboards, product pages, forms, and content-heavy sites. It applies WCAG 2.2 conformance guidance and actionable checklists to validate interfaces across various complex web layouts.