Loading...
Loading...
Audit a live page for accessibility issues and locate each violation precisely — optionally pass a URL (e.g. `accesslint:scan https://example.com/dashboard`), otherwise ask for one. Ensures a debuggable Chrome, runs the @accesslint/core engine via CDP, and returns a worklist of live-DOM WCAG violations grounded to each violation's DOM selector and source file:line. Locates; doesn't edit — output drives fixes by Claude. Use it for "is this page accessible", or to verify a UI change. For diffing against uncommitted changes or a branch, use the `diff` skill.
npx skill4agent add accesslint/claude-marketplace scan$ARGUMENTSPORT=$(npx -y @accesslint/chrome@latest ensure | node -e 'process.stdin.on("data",d=>process.stdout.write(""+JSON.parse(d).port))')
npx -y @accesslint/cli@latest "<url>" --port "$PORT" --format json--selector--wait-for "<selector>"--include-aaa--disable <rules>file:line (symbol)sourcesourceNEEDS HUMANaccesslint:auditnpx -y @accesslint/chrome@latest stop --all # skip if ensure reported "managed":falseensure