What problem does it solve? Frontend code often ships with hidden accessibility defects, broken keyboard navigation, poor semantic structure, and contrast failures that exclude users and hurt SEO. This Skill provides a systematic post-build audit pipeline to catch and fix these issues before release. ## Core Features & Use Cases - Accessibility Auditing: Runs a WCAG 2.1 AA checklist covering keyboard navigation, focus management, ARIA attributes, and screen reader compatibility. - Semantic HTML & SEO Validation: Verifies heading hierarchy, HTML5 landmark structure, meta tags, OpenGraph data, and layout shift prevention. - Responsive & Visual Polish Checks: Tests layouts at mobile, tablet, desktop, and wide viewports, plus contrast ratios and focus ring visibility. - Use Case: After building a React dashboard, run this audit to discover that icon buttons lack aria-labels, the modal does not trap focus, and body text fails the 4.5:1 contrast ratio, then apply the provided remediation patterns. ## Quick Start Audit the frontend view I just built for accessibility, semantic HTML, keyboard navigation, and responsive issues.