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.
npx skills add a5c-ai/babysitter --skill axe-accessibility --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Prerequisites
- Capabilities
- 1. Playwright Integration
- 2. Cypress Integration
- 3. Standalone axe-core Usage
- 4. WCAG Compliance Configuration
- 5. Rule Configuration
- 6. Violation Analysis
- 7. Report Generation
- 8. CI/CD Integration
- WCAG Criteria Reference
- Common Violations
- MCP Server Integration
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.
