Back to skills

web-quality-audit

testing

Runs a web quality audit across performance, accessibility, SEO, and best practices based on Google Lighthouse checks. Categorizes findings by severity and returns specific code-level fixes for each i

Setup & Installation

npx skills add https://github.com/addyosmani/web-quality-audit --skill web-quality-audit
or paste the link and ask your coding assistant to install it
https://github.com/addyosmani/web-quality-audit
View on GitHub

What This Skill Does

Runs a web quality audit across performance, accessibility, SEO, and best practices based on Google Lighthouse checks. Categorizes findings by severity and returns specific code-level fixes for each issue. Covers 150+ Lighthouse checks in one pass and returns prioritized fixes with file references, instead of running separate tools for performance, a11y, and SEO and reconciling reports by hand.

When to use it

  • Working with web quality audit functionality
  • Implementing web quality audit features
  • Debugging web quality audit related issues