Claude Skill

axe-core Accessibility Testing Engine for Automated Web UI Auditing

axe-core is the industry-standard accessibility testing engine by Deque Systems that automatically detects WCAG 2.0, 2.1, and 2.2 violations in web interfaces. It integrates into any existing test framework — Playwright, Cypress, Selenium, Jest — to catch accessibility issues dur

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_axe-core-accessibility-testing-engine-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/axe-core-accessibility-testing-engine
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

axe-core Accessibility Testing Engine for Automated Web UI Auditing

axe-core is the industry-standard accessibility testing engine by Deque Systems that automatically detects WCAG 2.0, 2.1, and 2.2 violations in web interfaces. It integrates into any existing test framework — Playwright, Cypress, Selenium, Jest — to catch accessibility issues during development rather than after deployment.

Installation

Use the upstream install or setup path that matches your environment:

  • npm install axe-core --save-dev
  • npm run build -- --lang=nl

Requirements and caveats from upstream:

  • Automated accessibility testing is a huge timesaver, it doesn't require special expertise, and it allows teams to focus expert resources on the accessibility issues that really need them. Unfortunately, most accessibi...
  • Axe can be built using your local language. To do so, a localization file must be added to the ./locales directory. This file must be named in the following manner:
  • Additionally, locale can be applied at runtime by passing a locale object to axe.configure(). The locale object must be of the same shape as existing locales in the ./locales directory. For example:

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.5 KB
    ---
    name: "axe-core Accessibility Testing Engine for Automated Web UI Auditing"
    slug: "axe-core-accessibility-testing-engine"
    description: "axe-core is the industry-standard accessibility testing engine by Deque Systems that automatically detects WCAG 2.0, 2.1, and 2.2 violations in web interfaces. It integrates into any existing test framework — Playwright, Cypress, Selenium, Jest — to catch accessibility issues during development rather than after deployment."
    github_stars: 7010
    verification: "security_reviewed"
    source: "https://github.com/dequelabs/axe-core"
    author: "Deque Systems Inc."
    category: "Code Quality & Review"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "dequelabs/axe-core"
      github_stars: 7010
      npm_package: "axe-core"
      npm_weekly_downloads: 39427202
    ---
    
    # axe-core Accessibility Testing Engine for Automated Web UI Auditing
    
    axe-core is the industry-standard accessibility testing engine by Deque Systems that automatically detects WCAG 2.0, 2.1, and 2.2 violations in web interfaces. It integrates into any existing test framework — Playwright, Cypress, Selenium, Jest — to catch accessibility issues during development rather than after deployment.
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - npm install axe-core --save-dev
    - npm run build -- --lang=nl
    
    Requirements and caveats from upstream:
    - Automated accessibility testing is a huge timesaver, it doesn't require special expertise, and it allows teams to focus expert resources on the accessibility issues that really need them. Unfortunately, most accessibi...
    - Axe can be built using your local language. To do so, a localization file must be added to the ./locales directory. This file must be named in the following manner: <langcode>.json. To build axe using this locale, ins...
    - Additionally, locale can be applied at runtime by passing a locale object to axe.configure(). The locale object must be of the same shape as existing locales in the ./locales directory. For example:
    
    Basic usage or getting-started notes:
    - First download the package:
    - console
    - Now include the javascript file in each of your iframes in your fixtures or test systems:
    
    - Source: https://github.com/dequelabs/axe-core
    - Extracted from upstream docs: https://raw.githubusercontent.com/dequelabs/axe-core/HEAD/README.md
    
    ## Documentation
    
    - https://www.deque.com/axe/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/axe-core-accessibility-testing-engine/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related