A comprehensive WCAG 2.2 audit framework that walks you through systematic accessibility testing with specific checklists for each conformance level. It covers the full spectrum from automated contrast checking to manual keyboard navigation testing, complete with code examples for common violations like missing alt text, improper focus management, and insufficient color contrast. The structured approach breaks down complex accessibility requirements into actionable items you can actually check off. Really useful when you need to prepare VPAT documentation or remediate accessibility issues before legal deadlines. The code snippets for proper ARIA implementation and CSS focus styles alone make it worth having in your toolkit.
npx skills add https://github.com/wshobson/agents --skill wcag-audit-patterns