perf-lighthouse

Run Lighthouse audits locally via CLI or Node API to measure performance and enforce budgets.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Gabrielloopes33/nexIA --skill perf-lighthouse-gabrielloopes33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-lighthouse
Source: https://github.com/Gabrielloopes33/nexIA/tree/main/.copilot/skills/perf-lighthouse
Command: npx skills add https://github.com/Gabrielloopes33/nexIA --skill perf-lighthouse-gabrielloopes33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Measuring and improving website performance and ensuring budgets are met by running Lighthouse audits locally.

Core Features & Use Cases

  • Run Lighthouse audits locally via CLI or Node API to measure performance and parse reports.
  • Interpret results, identify bottlenecks, and set performance budgets for CI workflows.
  • Integrate audits into CI pipelines and automate reporting for faster iteration.

Quick Start

Install Lighthouse and run a basic audit against a URL to generate a report and review scores.

Frequently Asked Questions about perf-lighthouse

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

FAQPage Schema
How do I run Lighthouse audits locally to measure website performance?

Run Lighthouse audits locally via CLI or Node API to measure website performance against a URL. This generates a report containing performance scores and metrics to help identify bottlenecks.

How do I integrate Lighthouse audits into CI workflows?

Integrate Lighthouse audits into CI workflows by configuring the Node API to run automatically during pipeline execution. This enables automated reporting and enforces performance budgets for faster iteration.

How do I set and enforce performance budgets with Lighthouse?

Set performance budgets using Lighthouse configuration options to define acceptable metric thresholds. The audit enforces these budgets during execution, causing CI workflows to fail if scores drop below specified limits.

What is the best way to parse Lighthouse reports to identify performance bottlenecks?

Parse Lighthouse reports using the Node API to programmatically extract metrics and audit results. This allows teams to interpret scores, identify specific bottlenecks, and automate performance tracking across pages.

Can I configure Lighthouse to audit specific performance categories only?

Yes, Lighthouse offers configurable options for selecting specific audit categories. You can customize the CLI or Node API execution to target only the performance metrics relevant to your project.

What is Lighthouse CI and how does it automate performance reporting?

Lighthouse CI integrates Lighthouse audits into continuous integration pipelines to automate performance reporting. It measures scores across pages, enforces budgets, and provides actionable feedback during development.