web-scanning

Installation
SKILL.md

Web Scanning

Supported Audit Methods

Method Tool When to Use
Runtime scan axe-core CLI Live URL available (dev server or production)
Code review Agent specialists Source code available in workspace
Both axe-core + agents Most comprehensive - catches issues from both angles

Runtime Scanning Commands

axe-core CLI

# Single page scan (WCAG 2.2 AA)
npx @axe-core/cli <URL> --tags wcag2a,wcag2aa,wcag21a,wcag21aa
Installs
20
GitHub Stars
292
First Seen
Feb 24, 2026
web-scanning — taylorarndt/a11y-agent-team