What problem does it solve? PageSpeed Insights' free quota (25k queries per day) is not enough to audit every page on a large site, and it cannot run offline or in restricted CI environments. This Skill runs Lighthouse locally against every URL on a site and aggregates the results without burning API quota. ## Core Features & Use Cases - Site-wide Lighthouse audits: Crawls up to a configurable number of routes (default 200) and runs Lighthouse on each, returning median performance, accessibility, best-practices, and SEO scores. - Device and output control: Supports mobile or desktop form factors, custom route caps, and persistent output directories with JSON and HTML reports. - Use Case: After a deploy, run a site-wide regression check with /seo unlighthouse https://example.com --max-routes 50 --output-dir ./reports and compare the median performance score in ci-result.json against the previous baseline. ## Quick Start Ask the assistant to run an Unlighthouse audit of your site, for example: run a mobile Lighthouse audit of https://example.com across up to 200 routes and show me the aggregate scores.