Audit live page accessibility
accesslint-scanskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Audit live pages for WCAG compliance
Best for
Auditing a live page comprehensively for all WCAG 2.2 violations with selector-grounded fix worklist.
Inputs
- · file|module|project scope
- · live page URL
- · DOM selector or file selector
Outputs
- · prioritized violation report
- · code fixes or worklist
- · JSON results
- · accessibility audit findings
Requires
- · GitHub API
- · @accesslint/cli
- · @accesslint/chrome
- · AST-Grep
- · Chrome DevTools
- · Git
Preconditions
Live development server running; Chrome available for live-DOM audit
Failure modes
- · Tool invocation error or resource unavailable
Trust signals
- · Cites WCAG 2.2 standards and Level AA conformance
- · Includes regression test safety gates
- · Leverages LSP and AST-based code analysis
- · Includes post-execution verification step
- · Provides precise file:line source mapping