engineer-accessibility

Scan web applications for WCAG 2.2 violations using axe-core.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill engineer-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineer-accessibility
Source: https://github.com/thiagoooo34252/atlas-engineer/tree/main/skills/engineer-accessibility
Command: npx skills add https://github.com/thiagoooo34252/atlas-engineer --skill engineer-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axe-core, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring web accessibility compliance with WCAG 2.2 standards, making web applications accessible to users with disabilities.

Core Features & Use Cases

  • Accessibility Audit: Automates the detection of WCAG 2.2 violations in web applications.
  • Implementation Guidance: Provides best practices and code examples for implementing accessibility features.
  • Testing Protocol: Offers automated and manual testing methods for accessibility validation.
  • Use Case: For a developer looking to ensure their web application meets accessibility standards, this Skill can be used to scan for issues and guide the implementation of necessary changes.

Quick Start

Run the 'a11y-scan.sh' script to scan your project for accessibility issues.

Frequently Asked Questions about engineer-accessibility

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

FAQPage Schema
How do I scan my web application for WCAG 2.2 violations?

Run the a11y-scan.sh script to automate detection of WCAG 2.2 violations in web applications using axe-core, generating a report of code compliance issues to mitigate.

Do I need axe-core to perform an accessibility audit?

Yes, axe-core is required to execute automated accessibility audits and detect WCAG 2.2 violations, while additional manual testing tools validate web accessibility compliance.

What is the best way to ensure web accessibility compliance in my code?

Combine automated axe-core scans for WCAG 2.2 violations with manual testing protocols and implementation guidance to mitigate web accessibility issues and ensure code compliance.

Can I get code examples for implementing accessibility features?

Yes, the skill provides implementation guidance with best practices and code examples to mitigate identified web accessibility issues and ensure WCAG 2.2 compliance.

Does this skill offer both automated and manual testing methods for a11y?

Yes, it provides a testing protocol combining axe-core automated scanning for WCAG 2.2 violations with various manual testing methods to validate web accessibility.