What problem does it solve? Web applications slow down gradually as each pull request adds small delays and bundle weight, and teams often notice only after load times become unacceptable. This Skill measures page performance continuously, compares results against baselines, and surfaces regressions before they ship. ## Core Features & Use Cases - Baseline Capture and Comparison: Record baseline metrics for page load times, Core Web Vitals, and resource sizes, then compare before and after on every PR. - Detailed Metric Collection: Gather TTFB, FCP, LCP, DOM Interactive, DOM Complete, full load time, resource sizes, and bundle breakdowns via the browse daemon's perf command and JavaScript evaluation. - Trend Tracking and Diff Scoping: Run benchmarks only on pages affected by the current branch with --diff, or review historical performance trends with --trend. - Use Case: Before merging a feature branch, run a diff-scoped benchmark to confirm the changed pages did not regress in load time or JavaScript bundle size compared to the stored baseline. ## Quick Start Ask the agent to run /benchmark against your local dev server URL to capture a performance baseline and audit Core Web Vitals for the page.