accessibility-audit

Run automated WCAG 2.2 AA accessibility audits with axe-core checks.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/jmrplens/jmrp.io --skill accessibility-audit-jmrplens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/jmrplens/jmrp.io/tree/main/.claude/skills/accessibility-audit
Command: npx skills add https://github.com/jmrplens/jmrp.io --skill accessibility-audit-jmrplens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses accessibility issues in web content, ensuring compliance with WCAG 2.2 AA standards and improving user experience for everyone.

Core Features & Use Cases

  • Automated Audits: Runs comprehensive accessibility tests using axe-core and custom scripts.
  • Violation Identification: Pinpoints specific WCAG violations related to color contrast, heading hierarchy, keyboard navigation, and ARIA attributes.
  • Fix Guidance: Provides clear requirements and component-specific notes for remediation.
  • Use Case: After a new feature is deployed, run the accessibility audit to proactively identify and fix any new WCAG violations before they impact users.

Quick Start

Run the full accessibility suite to audit jmrp.io.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I check my web content for WCAG 2.2 AA compliance?

To check WCAG 2.2 AA compliance, this tool runs automated accessibility audits using axe-core and custom scripts to pinpoint violations in color contrast, heading hierarchy, keyboard navigation, and ARIA attributes.

What does an automated accessibility audit cover for keyboard navigation?

An automated accessibility audit covers keyboard navigation by scoping interactive elements and tab component interactions, identifying specific WCAG 2.2 AA violations related to focus and semantic structure.

Can I get fix guidance for ARIA attribute correctness and color contrast violations?

Yes, it provides clear requirements and component-specific notes for remediation after identifying ARIA attribute correctness and color contrast violations during the automated audit.

When should I run an axe-core accessibility test in my development workflow?

You should run an axe-core accessibility test after deploying a new feature to proactively identify and fix any new WCAG violations before they impact users.

Does this tool perform deep semantic analysis for interactive elements?

Yes, the accessibility audit includes deep semantic analysis as part of its scoping, evaluating interactive element accessibility and heading hierarchy to ensure standards are met.