perf

Automate Lighthouse runs and analyze web performance in CI/CD pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/strongerDeer/stronger-dotfiles --skill perf-strongerdeer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf
Source: https://github.com/strongerDeer/stronger-dotfiles/tree/main/claude/skills/perf
Command: npx skills add https://github.com/strongerDeer/stronger-dotfiles --skill perf-strongerdeer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web performance analysis and Lighthouse audit coordination are often manual, fragmented tasks that slow development and degrade consistency across environments.

Core Features & Use Cases

  • Integrated performance profiling across pages and components
  • Automated Lighthouse runs with CI/CD integration and trend tracking
  • Detailed reports and actionable guidance for optimization

Quick Start

Run perf on a target page to execute a full performance analysis and Lighthouse audit.

Frequently Asked Questions about perf

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

FAQPage Schema
How do I automate Lighthouse audits in a CI/CD pipeline?

Automating Lighthouse audits in a CI/CD pipeline requires Node.js and the Lighthouse CLI configured within your project to execute automated runs, analyze web performance, and generate reports.

What is the best way to track web performance trends across releases?

Tracking web performance trends across releases involves running consistent page-level analyses and Lighthouse audits during continuous integration to compare scores and identify regressions over time.

Do I need Node.js and Lighthouse CLI to run web-vitals analysis?

Yes, running web-vitals analysis and executing Lighthouse audits requires Node.js, the Lighthouse CLI, and a configured project environment to function properly.

Can I generate actionable optimization guidance from page-level performance profiling?

Page-level performance profiling generates detailed reports that provide actionable guidance for optimization, coordinating fragmented web performance tasks into a single automated analysis.

Why does manual web performance analysis degrade consistency across environments?

Manual web performance analysis degrades consistency across environments because fragmented, uncoordinated Lighthouse audit tasks slow development and introduce variable profiling results across different stages.

When do I need to run automated Lighthouse audits for web-vitals?

You need to run automated Lighthouse audits for web-vitals when integrating performance profiling into CI/CD pipelines to ensure consistent score improvements and track release trends.