This walks through your site or app and flags accessibility issues against WCAG 2.2 using a clear severity system from critical blockers down to nice-to-have enhancements. You get the WCAG criterion, impact description, and actual remediation steps with code examples for each issue. It covers the full POUR framework (perceivable, operable, understandable, robust), so you're checking everything from color contrast and keyboard navigation to ARIA labels and screen reader compatibility. The output format is structured enough to hand directly to your team or turn into tickets. Honestly most useful when you need to audit before launch or explain to stakeholders why accessibility debt matters, since the severity ratings make prioritization obvious.
npx skills add https://github.com/owl-listener/designer-skills --skill accessibility-audit