What problem does it solve? Performance degrades gradually across pull requests, and without baselines nobody notices until the app feels slow. This Skill captures real browser performance data, stores baselines, and flags regressions before they ship. ## Core Features & Use Cases - Baseline Capture and Comparison: Save per-page metrics (TTFB, FCP, LCP, load time, transfer size) and compare current runs against them with regression thresholds. - Resource and Bundle Analysis: List the slowest resources, track JS/CSS bundle sizes, and check results against industry performance budgets. - Trend Tracking: Use --trend mode to chart performance across historical benchmark runs and spot gradual degradation. - Use Case: Before merging a PR, run a diff-scoped benchmark to confirm the branch did not inflate the JS bundle or double LCP on key pages. ## Quick Start Ask the assistant to run /benchmark against your local dev URL with --baseline first, then re-run it after your changes to see a regression report.