What problem does it solve?
This Skill detects performance regressions in web pages by measuring real page-load and Core Web Vitals data before and after each change, so slowdowns are caught early instead of discovered by users.
Core Features & Use Cases
- Automated page benchmarking: Collects timing and quality signals (e.g., navigation timings, Core Web Vitals, and full load) directly from the running site using the browse daemon.
- Baseline capture and PR comparison: Supports saving a baseline and comparing current results to it to flag regressions consistently on every pull request.
- Resource and bundle analysis: Summarizes top slow resources plus JS/CSS bundle sizes and transfer volume to pinpoint likely causes like large bundles or expensive third-party assets.
- Trend reporting: Aggregates historical baseline data to show whether performance is improving or degrading over time.
Quick Start
Run /benchmark https://example.com --baseline to capture your current performance baseline, then run /benchmark https://example.com to compare and highlight regressions.