What problem does it solve? Web performance degrades gradually across pull requests, and teams often notice only after load times have already suffered. This Skill measures page performance on every change, compares results against saved baselines, and surfaces regressions before they ship. ## Core Features & Use Cases - Baseline Capture and Comparison: Record baseline metrics for pages, then compare before/after on every PR to detect regressions in TTFB, FCP, LCP, and full load time. - Resource and Bundle Analysis: Inspect the slowest resources, JavaScript bundle sizes, CSS transfer sizes, and total network weight via the browse daemon's perf command and JavaScript evaluation. - Diff-Aware and Trend Modes: Benchmark only 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 gain load time or bundle weight relative to the stored baseline. ## Quick Start Ask the agent to run /benchmark on your local dev URL with the --baseline flag first, then rerun it after your changes to compare performance against the baseline.