What problem does it solve? Web performance degrades gradually across pull requests, and without baselines nobody notices until pages become slow. This Skill measures real page load metrics, compares them against saved baselines, and flags regressions before they ship. ## Core Features & Use Cases - Baseline Capture & Comparison: Records TTFB, FCP, LCP, DOM timings, transfer sizes, and request counts per page, then diffs current runs against stored baselines with regression thresholds. - Resource & Bundle Analysis: Lists the slowest resources, tracks JS/CSS bundle sizes, and checks results against industry performance budgets. - Trend Tracking: Aggregates historical benchmark reports to show performance trends over time. - 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 investigate the new dependency responsible. ## Quick Start Ask the AI to run /benchmark against your local or staging URL to audit page performance and compare it with the saved baseline.