What problem does it solve?
Performance regressions often go unnoticed until they compound into significant user-facing slowdowns. This Skill automates the detection of performance degradation by establishing baselines and comparing every PR against them, ensuring that slowdowns are caught early in the development cycle.
Core Features & Use Cases
- Baseline Establishment: Capture performance metrics for page load times, Core Web Vitals, and resource sizes to create a reference point.
- Regression Detection: Compare current PR performance against baselines to identify timing and bundle size regressions.
- Trend Analysis: Track performance metrics over time to spot gradual degradation before it becomes critical.
- Use Case: A team preparing a major release can run this Skill to ensure no PR introduces a 500ms increase in LCP or a 60KB jump in JavaScript bundle size.
Quick Start
Use the benchmark skill to run a full performance audit on the current page and compare it against the stored baseline.