auditing-lighthouse-scores
Installation
SKILL.md
Auditing Lighthouse scores with lightscore
lightscore audits already-running pages — it never starts a server. Make sure the target is reachable before auditing (start the dev server yourself if needed).
Quick start
npx lightscore <url>
Targets are normalized automatically: localhost:3000 → http://localhost:3000, example.com/pricing → https://example.com/pricing. Full URLs pass through as-is. Multiple targets can be given in one call.