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:

Category Minimum Ideal
Performance ≥ 90 ≥ 95
Related skills

More from saccoai/agent-skills

Installs
6
First Seen
Feb 27, 2026