What problem does it solve?
Web applications often accumulate small, unnoticeable performance regressions over time that degrade user experience until they become critical, making it difficult to identify which code change caused the slowdown.
Core Features & Use Cases
- Baseline Performance Tracking: Establishes benchmarks for page load times, Core Web Vitals, and resource sizes for key application pages.
- PR Regression Detection: Compares current performance metrics against baselines for every code change to catch regressions early in the review process.
- Trend Analysis: Tracks performance metrics across multiple benchmark runs to identify gradual degradation that might slip past single-PR checks.
- Use Case: A frontend team can run this skill on every PR to ensure new features do not add more than 500ms to LCP or bloat JavaScript bundles by more than 25% before merging.
Quick Start
Use the benchmark skill to run a full performance audit and regression check on your production site at https://your-app.com.