What problem does it solve? Web projects often ship with hidden performance regressions, accessibility barriers, SEO gaps, and security misconfigurations that hurt user experience and search rankings. This Skill provides a structured audit framework covering 150+ checks so issues are found, categorized by severity, and paired with concrete fixes before launch. ## Core Features & Use Cases - Four-category audit coverage: Reviews Performance (Core Web Vitals, resource optimization), Accessibility (WCAG perceivable/operable/understandable/robust), SEO (crawlability, on-page, technical), and Best Practices (security, modern standards, UX patterns). - Severity-ranked findings: Classifies issues as Critical, High, Medium, or Low with a structured Markdown report format including impact and fix guidance per finding. - Static HTML analyzer script: Ships a read-only Bash script that scans HTML files for missing doctype, charset, viewport, lang attributes, title tags, images without alt text, and non-HTTPS URLs, emitting structured JSON. - Use Case: Before deploying a marketing site, ask for a full audit; receive a prioritized report listing a missing viewport meta tag as Critical, unoptimized LCP images as High, and non-descriptive link text as Medium, each with a specific code fix. ## Quick Start Ask the assistant to audit your website's HTML files for performance, accessibility, SEO, and best-practice issues and return a severity-ranked report.