lighthouse-ci-integrator

Integrate Lighthouse CI into GitHub Actions workflows to monitor Core Web Vitals.

91|44|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/HyperscapeAI/hyperscape --skill lighthouse-ci-integrator-hyperscapeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lighthouse-ci-integrator
Source: https://github.com/HyperscapeAI/hyperscape/tree/main/.claude/skills/lighthouse-ci-integrator
Command: npx skills add https://github.com/HyperscapeAI/hyperscape --skill lighthouse-ci-integrator-hyperscapeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @lhci/cli, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the integration of Lighthouse CI into your CI/CD pipelines, ensuring continuous monitoring of web performance, accessibility, SEO, and best practices. It catches performance regressions early, tracks Core Web Vitals, and enforces performance budgets, saving development time and preventing poor user experiences.

Core Features & Use Cases

  • Automated Performance Audits: Runs Lighthouse audits on every pull request or push, providing immediate feedback on key metrics.
  • Performance Budget Enforcement: Configures strict budgets for metrics like Largest Contentful Paint (LCP) and Total Byte Weight, failing builds if thresholds are exceeded.
  • Use Case: Before merging a new feature, this Skill will automatically run Lighthouse CI, report if the change negatively impacted your Core Web Vitals, and even comment on the pull request with detailed results, ensuring performance never degrades unnoticed.

Quick Start

Set up Lighthouse CI in my GitHub Actions workflow to monitor Core Web Vitals for my Next.js application.