Audit and fix accessibility issues
accesslint-auditskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Find and fix WCAG accessibility violations
Best for
Systematically finding and fixing WCAG violations across code or pages with verify-after-fix loop.
Inputs
- · file|module|project scope
- · live page URL
- · DOM selector or file selector
Outputs
- · prioritized violation report
- · code fixes or worklist
- · accessibility audit findings
- · refactoring plan
Requires
- · GitHub API
- · @accesslint/cli
- · Playwright MCP
- · @accesslint/chrome
- · AST-Grep
- · Chrome DevTools
- · Git
Preconditions
Live development server running; Chrome available for live-DOM audit
Failure modes
- · Page not fully rendered or JavaScript errors
- · Timeout reaching accessibility violation threshold
- · Tool or browser plugin crash
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