Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

web-quality-audit

communitytesting

Runs a web quality audit across performance, accessibility, SEO, and best practices based on Google Lighthouse checks.

Setup & Installation

npx skills add https://github.com/addyosmani/web-quality-skills --skill web-quality-audit
or paste the link and ask your coding assistant to install it
https://github.com/addyosmani/web-quality-skills/tree/main/skills/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

  • Checking Core Web Vitals before shipping a landing page redesign
  • Reviewing a marketing site for WCAG AA color contrast and alt text gaps
  • Auditing a Next.js build for unused JavaScript and oversized images
  • Validating meta tags, canonical URLs, and heading hierarchy on a blog
  • Catching mixed content and outdated dependencies before a production deploy