accessibility

Audit web accessibility against WCAG 2.2 and deliver prioritized remediation plans.

Updated May 28, 2026
One-click install
npx skills add https://github.com/7Lemaitre7/xp-prj --skill accessibility-7lemaitre7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/7Lemaitre7/xp-prj/tree/main/.agents/skills/accessibility
Command: npx skills add https://github.com/7Lemaitre7/xp-prj --skill accessibility-7lemaitre7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audit and improve web accessibility of a site or page.

Core Features & Use Cases

  • A11y auditing: Evaluate conformance against POUR principles, keyboard navigation, color contrast, ARIA usage, and skip links.
  • Remediation guidance: Provide concrete, implementation-ready fixes and pattern references.
  • Compliance readiness: Generate an accessibility audit trail for compliance, QA, and user-experience improvement.

Quick Start

Run an accessibility audit on a target page and implement the recommended fixes.

Frequently Asked Questions about accessibility

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

FAQPage Schema
How do I audit web accessibility against WCAG 2.2 guidelines?

Audit web accessibility by evaluating a site against WCAG 2.2 POUR principles, keyboard navigation, color contrast, ARIA usage, and skip links. This generates a prioritized remediation plan with explicit fixes and ready-to-implement code examples.

What is the best way to fix keyboard navigation and screen reader compatibility issues?

Fix keyboard navigation and screen reader issues by applying targeted remediation guidance. The audit identifies specific barriers and provides concrete ARIA usage patterns and implementation-ready code to ensure full compatibility.

Can I use an a11y audit for dashboards and content-heavy forms?

Yes, a11y audits can evaluate dashboards, forms, navigation, and content-heavy pages. The process assesses POUR principles and skip links to deliver a compliance audit trail and a prioritized fix plan for these specific layouts.

Does WCAG 2.2 conformance require specific ARIA usage and color contrast ratios?

WCAG 2.2 conformance requires proper ARIA usage and sufficient color contrast ratios. The audit evaluates these factors across your site to ensure compliance, providing pattern references and explicit fixes for any identified failures.

How do I generate an accessibility audit trail for QA and compliance readiness?

Generate an accessibility audit trail for QA by running a comprehensive evaluation against WCAG 2.2 guidelines. This produces a compliance readiness report with a prioritized remediation plan, explicit fixes, and pattern references.

Why does my a11y audit fail on skip links and POUR principles?

A11y audits fail on skip links and POUR principles when pages lack perceivable, operable, understandable, and robust content structures. The audit identifies these specific violations and provides implementation-ready code to resolve them.