web-audit
Installation
SKILL.md
This skill runs a comprehensive quality audit on any website. It tests every page across multiple dimensions and generates actionable reports with specific issues and fix recommendations.
The user provides: the URL of the site to audit, and optionally specific pages or audit categories to focus on.
Audit Categories
1. Lighthouse Audit
Run Google Lighthouse on every page:
npx lighthouse {URL} --output=json --output=html --chrome-flags="--headless" --only-categories=performance,accessibility,best-practices,seo
Target scores: