lighthouse

Installation
SKILL.md

/lighthouse

Quick Reference: Build production → Start server → Run Lighthouse → Apply known fixes → Re-run until target (default 95) → Report results.

Run Lighthouse audits on a web app and iteratively fix issues until target scores are achieved.

Arguments

Parse user input for:

  • <url> - URL to audit (default: detect from dev server)
  • --target <n> - Target score for all categories (default: 95)
  • --categories <list> - Categories to check: performance,accessibility,best-practices,seo (default: all)
  • --fix - Automatically apply known fixes (default: true)
  • --max-iterations <n> - Maximum optimization iterations (default: 5)

Step 1: Detect Project and Start Server

Installs
20
GitHub Stars
2
First Seen
May 23, 2026
lighthouse — adwilkinson/claude-code-tools