google-lighthouse-cli

Run Google Lighthouse audits for website performance, accessibility, and SEO metrics.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/adbertram/cli-tools --skill google-lighthouse-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-lighthouse-cli
Source: https://github.com/adbertram/cli-tools/tree/main/_repo/skills/google-lighthouse-cli
Command: npx skills add https://github.com/adbertram/cli-tools --skill google-lighthouse-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of running individual website performance audits, allowing for consistent, repeatable, and automated Core Web Vitals and SEO analysis.

Core Features & Use Cases

  • Automated Auditing: Run performance audits for desktop or mobile form factors programmatically.
  • Data Management: List, filter, and retrieve historical audit reports to track performance trends over time.
  • Use Case: Integrate this skill into a CI/CD pipeline to automatically run a Lighthouse audit on a staging URL and extract specific performance scores to verify that a new deployment meets quality standards.

Quick Start

Use the google-lighthouse-cli to run a mobile performance audit on the website https://example.com and display the results as a table.

Frequently Asked Questions about google-lighthouse-cli

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

FAQPage Schema
How do I automate Google Lighthouse audits for Core Web Vitals and SEO?

Automate Lighthouse audits by executing command-line interactions that programmatically measure website performance, Core Web Vitals, and SEO metrics. This approach eliminates manual overhead, ensuring consistent and repeatable analysis across desktop or mobile device profiles.

Can I integrate Lighthouse performance auditing into a CI/CD pipeline?

Yes, you can integrate Lighthouse performance auditing into a CI/CD pipeline to automatically run audits on a staging URL. This extracts specific performance scores to verify that new deployments meet quality standards before release.

Do I need to install the google-lighthouse CLI tool before running audits?

Yes, you need the google-lighthouse CLI tool installed and configured with appropriate authentication profiles before executing automated website performance, accessibility, and SEO audits.

How do I track website performance trends over time with Lighthouse?

Track website performance trends by listing, filtering, and retrieving historical audit reports. This data management capability allows you to compare Core Web Vitals and SEO scores across different periods to monitor improvements.

Does automated Lighthouse auditing support both desktop and mobile form factors?

Yes, automated Lighthouse auditing supports both desktop and mobile form factors. You can specify the desired device profile programmatically to measure website performance and accessibility across different screen environments.