What problem does it solve? Web applications slow down gradually as each pull request adds small delays and larger bundles, and nobody notices until the app feels sluggish. This Skill measures real page performance, captures baselines, and flags regressions before they reach production. ## Core Features & Use Cases - Baseline Capture & Comparison: Record TTFB, FCP, LCP, DOM timings, transfer sizes, and request counts per page, then compare any later run against the saved baseline with regression thresholds. - Resource & Bundle Analysis: Identify the slowest and largest resources, track JavaScript and CSS bundle growth, and check results against industry performance budgets. - Trend Tracking: Review historical benchmark data to spot gradual performance degradation over days or weeks. - Use Case: Before merging a PR, run a benchmark against your staging URL to discover that LCP doubled and the JS bundle grew 60%, then pinpoint the new dependency responsible. ## Quick Start Ask the AI to run /benchmark against your app's URL with the --baseline flag first, then re-run it after making changes to see a regression report.