Help us improve
Share bugs, ideas, or general feedback.
From lighthouse-runner
Runs Lighthouse audits on target URLs for performance, accessibility, best practices, SEO, and PWA. Outputs Core Web Vitals status, failing audits, opportunities, score dashboard, and saves HTML/JSON reports.
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin lighthouse-runnerHow 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...
/lighthouseRuns Lighthouse audit on a URL or localhost, generating markdown report with scores for performance, accessibility, best practices, SEO, PWA, metrics, and opportunities.
/perfRuns Lighthouse performance audit on the project, identifies issues, and applies automated fixes where possible.
/fat-auditRuns FAT Agent audit on deployed website [URL], checking SEO, security, accessibility, performance, content, analytics. Produces prioritized report, scorecard, and badge.
/benchmarkBenchmarks performance, accessibility, and SEO of web targets like URLs or components. Produces visual reports, Core Web Vitals analysis, comparisons, and optimization recommendations.
/auditRuns a full web accessibility audit using the web-accessibility-wizard agent with all specialists, producing a prioritized report.
/rank-perfAudits static HTML for performance risks and mobile-first indexing issues (20 rules). Reports findings with severity levels and fix suggestions. No Chrome needed.
Share bugs, ideas, or general feedback.
Execute a Lighthouse performance audit on web pages.