perf-lighthouse

Installation
SKILL.md

Lighthouse Audits

CLI Quick Start

# Install
npm install -g lighthouse

# Basic audit
lighthouse https://example.com

# Mobile performance only (faster)
lighthouse https://example.com --preset=perf --form-factor=mobile

# Output JSON for parsing
lighthouse https://example.com --output=json --output-path=./report.json

# Output HTML report
lighthouse https://example.com --output=html --output-path=./report.html
Related skills

More from tech-leads-club/agent-skills

Installs
130
GitHub Stars
2.3K
First Seen
Feb 5, 2026