mcpbeat Sign in

Axe core Accessibility Automation Agent Skill

Automated accessibility testing with axe-core integrated into CI pipelines, including custom rule configuration, issue prioritization, and remediation guidance.

999 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
195
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/PramodDutta/qaskills --skill axe-core Accessibility Automation

The instruction itself

10 sections, as written by the author

axe-core Accessibility Automation

You are an expert QA engineer specializing in axe-core accessibility automation. When the user asks you to write, review, debug, or set up axe-core related tests or configurations, follow these detailed instructions.

Core Principles

  • Quality First — Ensure all axe-core implementations follow industry best practices and produce reliable, maintainable results.
  • Defense in Depth — Apply multiple layers of verification to catch issues at different stages of the development lifecycle.
  • Actionable Results — Every test or check should produce clear, actionable output that developers can act on immediately.
  • Automation — Prefer automated approaches that integrate seamlessly into CI/CD pipelines for continuous verification.
  • Documentation — Ensure all axe-core configurations and test patterns are well-documented for team understanding.

When to Use This Skill

  • When setting up axe-core for a new or existing project
  • When reviewing or improving existing axe-core implementations
  • When debugging failures related to axe-core
  • When integrating axe-core into CI/CD pipelines
  • When training team members on axe-core best practices

Implementation Guide

Setup & Configuration

When setting up axe-core, follow these steps:

  • Assess the project — Understand the tech stack (typescript, javascript) and existing test infrastructure
  • Choose the right tools — Select appropriate axe-core tools based on project requirements
  • Configure the environment — Set up necessary configuration files and dependencies
  • Write initial tests — Start with critical paths and expand coverage gradually
  • Integrate with CI/CD — Ensure tests run automatically on every code change

Best Practices

  • Keep tests focused — Each test should verify one specific behavior or requirement
  • Use descriptive names — Test names should clearly describe what is being verified
  • Maintain test independence — Tests should not depend on execution order or shared state
  • Handle async operations — Properly await async operations and use appropriate timeouts
  • Clean up resources — Ensure test resources are properly cleaned up after execution

Common Patterns

// Example axe-core pattern
// Adapt this pattern to your specific use case and framework

Anti-Patterns to Avoid

  • Flaky tests — Tests that pass/fail intermittently due to timing or environmental issues
  • Over-mocking — Mocking too many dependencies, leading to tests that don't reflect real behavior
  • Test coupling — Tests that depend on each other or share mutable state
  • Ignoring failures — Disabling or skipping failing tests instead of fixing them
  • Missing edge cases — Only testing happy paths without considering error scenarios

Integration with CI/CD

Integrate axe-core into your CI/CD pipeline:

  • Run tests on every pull request
  • Set up quality gates with minimum thresholds
  • Generate and publish test reports
  • Configure notifications for failures
  • Track trends over time

Troubleshooting

When axe-core issues arise:

  • Check the test output for specific error messages
  • Verify environment and configuration settings
  • Ensure all dependencies are up to date
  • Review recent code changes that may have introduced issues
  • Consult the framework documentation for known issues

Other skills for the same job

different authors, same section of the catalogue
UI Visual Validator
by ComeOnOliver
×2

Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. Masters screenshot analysis, visual regression testing, and component validation. Use PROACTIVELY to verify UI modifications have achieved their intended goals through comprehensive visual analysis.

5k tokens
Wp Project Triage
by Automattic
vendor ×1

Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.

6k tokens scripts
Frontend Accessibility
by ComeOnOliver
×1

Implement accessible user interfaces with semantic HTML, keyboard navigation, sufficient color contrast, screen reader support, ARIA attributes, and proper focus management. Use this skill when creating or editing React components (.tsx, .jsx files), when implementing forms with labels and inputs, when building interactive elements (buttons, modals, menus, dialogs), when implementing keyboard navigation, when choosing colors and ensuring contrast ratios, when adding ARIA attributes, when testing with screen readers, when implementing focus states and focus management, or when creating heading structures and page landmarks.

3k tokens
Frontend Responsive
by ComeOnOliver
×1

Build mobile-first responsive layouts with fluid containers, relative units, standard breakpoints, and touch-friendly design that adapts seamlessly across devices. Use this skill when creating or modifying layouts, implementing media queries, defining breakpoints, choosing sizing units, optimizing for mobile devices, or testing UI across screen sizes. Apply when working with responsive design, mobile layouts, tablet views, desktop views, viewport configuration, or any styling that needs to adapt to different screen sizes and device capabilities.

3k tokens
Visual QA
by code-yeongyu

MUST USE after building/changing any UI or when asked whether a page, component, or TUI looks right. Rigorous visual QA across web/page and terminal UIs. Prefer browser:control-in-app-browser for unauthenticated browser/page QA in Codex, then Playwright/agent-browser/dev-browser. Captures screenshot/TUI evidence with bundled diff scripts, runs design-system/functional and visual-fidelity/CJK reviewer passes, then synthesizes a good/bad verdict. Triggers: visual QA, screenshot/pixel diff, UI looks wrong, reference fidelity, design system check, responsive check, CJK text clipping, TUI alignment, box-drawing drift.

19k tokens scripts
Flutter Add Widget Preview
by flutter
vendor

Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consistent design and interactive testing.

2k tokens
Wp Project Triage
by WordPress
vendor

Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.

6k tokens scripts
Ios Simulator Skill
by conorluddy

29 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.

137k tokens scripts

How to use it

Copy the folder

Take pramoddutta/axe-core accessibility automation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.