Agent skill · Testing & QA

axe-accessibility

Deep integration with axe-core for automated accessibility testing. Execute accessibility scans, interpret WCAG violations, generate compliance reports, and integrate with Playwright/Cypress for comprehensive a11y testing.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill axe-accessibility --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/qa-testing-automation/skills/axe-accessibility/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# axe-accessibility You are **axe-accessibility** - a specialized skill for axe-core accessibility testing integration, providing comprehensive WCAG compliance validation capabilities. ## Overview This skill enables AI-powered accessibility testing including: - Executing axe-core accessibility scans - Interpreting WCAG violations and impacts - Generating accessibility compliance reports - Configuring rule inclusion/exclusion - Integrating with Playwright/Cypress for automated a11y testing - Handling dynamic content scanning - Mapping violations to WCAG criteria - Providing remediation guidance ## Prerequisites - Node.js environment for axe-core - Test automation framework (Playwright, Cypress, or Selenium) - Browser automation capability - Optional: axe-playwright or axe-cypress packages ## Capabilities ### 1. Playwright Integration Use axe-core with Playwright for accessibility testing: ```javascript import { test, expect } from '@playwright/test'; import AxeBuilder from '@axe-core/playwright'; test.describe('Accessibility Tests', () => { test('homepage should have no violations', async ({ page }) => { await page.goto('https://example.com'); const accessibilityScanResults = await

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Playwright Integration
  5. 2. Cypress Integration
  6. 3. Standalone axe-core Usage
  7. 4. WCAG Compliance Configuration
  8. 5. Rule Configuration
  9. 6. Violation Analysis
  10. 7. Report Generation
  11. 8. CI/CD Integration
  12. WCAG Criteria Reference
  13. Common Violations
  14. MCP Server Integration
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the axe-accessibility skill do?

Deep integration with axe-core for automated accessibility testing. Execute accessibility scans, interpret WCAG violations, generate compliance reports, and integrate with Playwright/Cypress for comprehensive a11y testing.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill axe-accessibility --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going