Lighthouse CI Audit

Audit frontend performance, accessibility, SEO, and best practices with Lighthouse CI.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Bedriftsgrafen/bedriftsgrafen.no --skill lighthouse-ci-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lighthouse CI Audit
Source: https://github.com/Bedriftsgrafen/bedriftsgrafen.no/tree/main/.agent/skills/lighthouse_ci
Command: npx skills add https://github.com/Bedriftsgrafen/bedriftsgrafen.no --skill lighthouse-ci-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web projects often ship production-ready frontends that must meet performance, accessibility, SEO, and best-practices standards. Lighthouse CI audits help teams continuously verify these quality metrics across deployments.

Core Features & Use Cases

  • End-to-end frontend quality checks: automatically run Lighthouse audits against the production build to surface performance, accessibility, SEO, and best-practices issues.
  • CI integration: integrates with common CI workflows to generate reports and enforce thresholds before release.
  • Report portability: outputs artifacts that can be uploaded or shared for quick feedback loops.

Quick Start

From the project root, build the frontend and run the Lighthouse CI autorun to generate and view the report.

Frequently Asked Questions about Lighthouse CI Audit

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

FAQPage Schema
How do I automate Lighthouse audits for frontend performance in CI?

Automate Lighthouse audits by integrating Lighthouse CI into your automated workflows to evaluate performance, accessibility, SEO, and best-practices metrics against production builds during deployments.

What frontend quality metrics does a Lighthouse CI audit evaluate?

A Lighthouse CI audit evaluates frontend quality by identifying performance bottlenecks, accessibility issues, SEO gaps, and best-practices violations across key pages and components.

Do I need a production build to run Lighthouse CI checks?

Yes, running Lighthouse CI checks requires a production build of your frontend to accurately evaluate performance, accessibility, SEO, and best-practices metrics during automated runs.

What configuration file format is required for Lighthouse CI?

Lighthouse CI requires a configuration file, such as lighthouserc.cjs or similar, to define audit parameters, specify target pages, and set quality thresholds for CI workflows.

Can I enforce accessibility and SEO thresholds before release using Lighthouse CI?

Yes, Lighthouse CI integrates with common CI workflows to enforce performance, accessibility, SEO, and best-practices thresholds, blocking releases that fail to meet defined quality standards.