What problem does it solve? Web apps get slow gradually as each PR adds small delays and bundle weight, and nobody notices until load times are unacceptable. This Skill measures real page performance, stores baselines, and flags regressions before they ship. ## Core Features & Use Cases - Baseline Capture and 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 and Bundle Analysis: List the slowest resources, JavaScript and CSS bundle sizes, and network summaries via the browse daemon's perf command and JavaScript evaluation. - Budget and Trend Checks: Grade pages against industry performance budgets and track metric trends across historical benchmark runs. - Use Case: Before merging a PR, run a diff-scoped benchmark on affected pages to catch an LCP jump from 800ms to 1600ms caused by a new unoptimized image. ## Quick Start Ask the assistant to run /benchmark on your local dev URL with the --baseline flag first, then rerun it after your changes to see a regression report.