perf-lighthouse

Run Lighthouse audits via CLI or Node API to generate performance reports.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/oiagorodrigues/qcontabil --skill perf-lighthouse-oiagorodrigues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-lighthouse
Source: https://github.com/oiagorodrigues/qcontabil/tree/main/.cursor/skills/perf-lighthouse
Command: npx skills add https://github.com/oiagorodrigues/qcontabil --skill perf-lighthouse-oiagorodrigues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run Lighthouse audits locally via CLI or Node API to produce detailed performance reports and budgets, helping you measure and improve site performance efficiently.

Core Features & Use Cases

  • CLI and Node API accessibility for audits
  • Interpret and compare Lighthouse reports to drive performance budgets
  • Integrate audits into CI workflows and dashboards

Quick Start

Run a Lighthouse audit on a site using the CLI or Node API to generate a performance report and set budgets.

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 generate performance reports?

To run Lighthouse audits locally, you can use the CLI or Node API to generate detailed performance reports. This allows you to measure site performance and extract core metrics directly within your development workflow.

Can I enforce performance budgets in CI workflows using Lighthouse?

Yes, you can enforce performance budgets in CI workflows by running Lighthouse audits and parsing the JSON outputs. This process extracts core metrics to validate against your defined thresholds and exports actionable insights.

How do I interpret Lighthouse scores and extract web-vitals metrics?

Interpreting Lighthouse scores involves parsing the JSON output from the audit. You can extract core web-vitals metrics and other performance data to compare against previous reports and identify optimization opportunities.

What is the best way to integrate Lighthouse audits into a Node API dashboard?

The best way to integrate Lighthouse audits into a Node API dashboard is by running the audits programmatically. You parse the resulting JSON outputs to extract metrics and display actionable insights for performance monitoring.

Do I need external dependencies to run Lighthouse audits and set budgets?

No external dependencies are required to run Lighthouse audits and set budgets. You can execute the audits locally via the CLI or Node API and parse the JSON outputs directly to enforce your performance thresholds.