Axe CLI

Use this skill when the user wants to test web pages for accessibility issues — WCAG violations, ARIA problems, contrast errors, and more.

javimosch 4bd83db 724 B Updated

File contents

axe-cli Plugin

axe-cli runs accessibility tests from the command line.

Usage Examples

  • "check a webpage for WCAG violations"
  • "test all pages in sitemap for a11y issues"
  • "output accessibility results as JSON"
  • "verify ARIA landmark structure"

Installation

npm install -g axe-cli

Key Features

  • WCAG 2.x violation detection
  • ARIA attribute validation
  • Color contrast checking
  • Keyboard accessibility testing
  • HTML file and URL scanning
  • JSON output for CI integration
  • Sitemap crawling for multi-page audits

javimosch/supercli/tree/main/plugins/axe-cli/skills/quickstart commit 4bd83db3e2

Frequently asked questions

npx skillmds@latest add javimosch/axe-cli