WaveXis Performance Audit

Measure Core Web Vitals and generate Lighthouse reports for web performance auditing.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-performance-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WaveXis Performance Audit
Source: https://github.com/MathiasPaulenko/ai-toolkit/tree/main/skills/wavexis-performance-audit
Command: npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-performance-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wavexis, and includes references (resource) and assets (resource) components.

What problem does it solve?

This skill addresses the complexity of measuring and optimizing web performance by automating the collection of Core Web Vitals, Lighthouse scores, and deep-dive technical metrics.

Core Features & Use Cases

  • Automated Auditing: Measure LCP, CLS, and INP metrics alongside full Lighthouse reports in a single workflow.
  • CI/CD Integration: Enforce performance budgets in your pipeline to prevent regressions before they reach production.
  • Technical Diagnostics: Capture CPU traces, heap snapshots, and JS/CSS coverage to identify the root cause of performance bottlenecks.

Quick Start

Run the wavexis performance audit on the target URL https://example.com to generate a comprehensive report including Core Web Vitals and Lighthouse scores.

Frequently Asked Questions about WaveXis Performance Audit

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

FAQPage Schema
How do I automate Lighthouse reports and Core Web Vitals auditing in a CI/CD pipeline?

Automate Lighthouse reports and Core Web Vitals auditing by running performance audits in your CI/CD pipeline to measure LCP, CLS, and INP, enforcing performance budgets to prevent regressions before production.

What is the best way to diagnose web performance bottlenecks using CPU traces and JS coverage?

Diagnose web performance bottlenecks by capturing CPU traces, heap snapshots, and JS/CSS coverage during an audit, identifying the root causes of slow loading, poor interactivity, and visual instability.

Can I enforce performance budgets to prevent web vitals regressions before deployment?

You can enforce performance budgets in your CI/CD pipeline to prevent web vitals regressions by running automated audits that block deployments when LCP, CLS, or INP metrics exceed defined thresholds.

How does automated performance auditing measure loading, interactivity, and visual stability?

Automated performance auditing measures loading, interactivity, and visual stability by collecting Core Web Vitals like LCP, INP, and CLS, generating full Lighthouse reports to identify bottlenecks.

Do I need the wavexis dependency to run performance budgeting and resource coverage analysis?

You need the wavexis dependency to run automated performance budgeting, CPU tracing, and resource coverage analysis, generating comprehensive technical diagnostics for your target URLs.

What are the limitations of using Lighthouse scores for manual debugging sessions?

Lighthouse scores for manual debugging provide synthetic metrics for loading and interactivity, but require combining with CPU traces and heap snapshots to pinpoint exact resource bottlenecks.