What problem does it solve? Web performance degrades gradually across pull requests, and teams often notice only after load times have doubled. This Skill measures real page performance with the browse daemon, captures baselines, and flags regressions before they ship. ## Core Features & Use Cases - Baseline Capture & Comparison: Record TTFB, FCP, LCP, DOM timings, transfer sizes, and request counts per page, then diff current metrics against the stored baseline with regression thresholds. - Resource & Bundle Analysis: List the slowest resources, track JS/CSS bundle sizes, and check results against industry performance budgets with a letter grade. - Trend Tracking: Use --trend to chart performance across historical benchmark runs, or --diff to benchmark only pages affected by the current branch. - Use Case: Before merging a PR, run /benchmark https://staging.example.com to compare Core Web Vitals against the baseline and catch a 270KB JS bundle increase before it reaches production. ## Quick Start Ask the AI to run /benchmark against your staging URL with the --baseline flag first, then rerun it after your changes to see a regression report.