From lighthouse-runner
Runs Lighthouse performance audits on web pages, analyzing Core Web Vitals and providing scores, failing audits, and optimization opportunities. Saves HTML and JSON reports.
How this command is triggered — by the user, by Claude, or both
Slash command
/lighthouse-runner:run-auditThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /run-audit - Run Lighthouse Audit Execute a Lighthouse performance audit on web pages. ## Steps 1. Ask the user for the target URL or list of URLs to audit 2. Determine the audit categories: Performance, Accessibility, Best Practices, SEO, PWA 3. Configure Lighthouse settings: device type (mobile/desktop), throttling, viewport 4. Run Lighthouse audit for each target URL 5. Parse the results: overall scores and individual metric values 6. Extract Core Web Vitals: LCP, FID/INP, CLS with pass/fail status 7. List all failing audits grouped by category with their impact level 8. Identify th...
Execute a Lighthouse performance audit on web pages.
2plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin lighthouse-runner/lighthouseRuns Lighthouse audit on a URL or localhost, generating markdown report with scores for performance, accessibility, best practices, SEO, PWA, metrics, and opportunities.
/webperfRuns a web performance audit using Lighthouse, PageSpeed Insights, CrUX, or DevTools traces in deep mode, or scans source code for anti-patterns in quick mode. Returns a scorecard, findings, and recommendations.
/audit-speedRuns a Core Web Vitals and speed audit on a given URL, producing a performance baseline, bottleneck identification, and prioritized fix list with expected improvements.
/perfRuns Lighthouse performance audit on the project, identifies issues, and applies automated fixes where possible.
/lighthouse-passAudits code for Lighthouse performance, accessibility, and best-practice targets, then applies fixes to meet a specified score (90/95/100).
/fat-auditRuns FAT Agent audit on deployed website [URL], checking SEO, security, accessibility, performance, content, analytics. Produces prioritized report, scorecard, and badge.