What problem does it solve? Teams often ship changes without knowing their performance impact, discovering slowdowns only after users complain. This Skill establishes measurable performance baselines and compares metrics before and after changes so regressions are caught before release. ## Core Features & Use Cases - Page Performance Measurement: Captures Core Web Vitals (LCP, CLS, INP, FCP, TTFB), resource sizes, request counts, and render-blocking resources via browser automation. - API and Build Benchmarking: Measures p50/p95/p99 endpoint latency under concurrency, plus cold build, hot reload, test, type-check, and lint durations. - Before/After Comparison: Saves a baseline, then compares post-change metrics in a delta table with BETTER/WARN verdicts. - Use Case: Before merging a PR that adds a new dependency, run a baseline, apply the change, then compare to see that bundle size grew by 40KB and LCP regressed by 300ms. ## Quick Start Ask the AI to run a performance baseline on your key pages and API endpoints, then compare the results after your next change.