lighthouse-audit

Automate Google Lighthouse audits for Core Web Vitals, SEO, and accessibility metrics.

145|28|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill lighthouse-audit-guia-matthieu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lighthouse-audit
Source: https://github.com/guia-matthieu/clawfu-skills/tree/main/skills/seo-tools/lighthouse-audit
Command: npx skills add https://github.com/guia-matthieu/clawfu-skills --skill lighthouse-audit-guia-matthieu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click, pandas, jinja2, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of auditing web pages for performance, SEO, and accessibility issues using Google Lighthouse, saving significant manual effort and providing actionable insights.

Core Features & Use Cases

  • Automated Audits: Run Lighthouse audits for Core Web Vitals, SEO, and accessibility.
  • Batch Processing: Audit multiple URLs from a file.
  • Comparison: Compare current performance against a baseline.
  • Reporting: Generate reports in various formats (JSON, CSV, HTML, Markdown).
  • Use Case: Regularly audit your website's key landing pages to ensure they meet performance benchmarks, identify technical SEO issues, and track improvements over time.

Quick Start

Run a performance and SEO audit on https://example.com and save the report as an HTML file.

Frequently Asked Questions about lighthouse-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Lighthouse audits for multiple URLs?

Automate Lighthouse audits for multiple URLs by loading them from a file for batch processing. The script evaluates Core Web Vitals, SEO, and accessibility metrics, then generates comparative reports without manual intervention.

Can I compare current Core Web Vitals against a baseline score?

Compare current Core Web Vitals against a baseline score by running the automated audit. The script highlights performance regressions and tracks improvements over time, outputting the comparison results in your chosen format.

Do I need the Lighthouse CLI installed to run batch web vitals audits?

You need the Lighthouse CLI installed along with Python libraries like click, pandas, and jinja2. These dependencies execute the automated audits and format the resulting performance data into reports.

What is the best way to track technical SEO issues across landing pages?

Track technical SEO issues across landing pages by running automated Lighthouse batch audits. This process identifies SEO deficiencies across multiple URLs and outputs the findings into structured CSV or JSON reports for analysis.