What problem does it solve? It answers whether a web page is fast enough by measuring Core Web Vitals (LCP, FCP, CLS, INP, TTI, TTFB) in a real browser session, rating each metric against Google's thresholds, and flagging regressions against baselines or recorded history. ## Core Features & Use Cases - Web Vitals collection: Captures LCP, FCP, CLS (running and at load), TTI (fast and strict), INP, TTFB, and load timings via WebMobAI's performance tools, with per-metric Good / Needs Improvement / Poor ratings. - Multi-run aggregation: Runs a page 1-10 times and reports median, p95, min, and max so quoted numbers survive single-run variance. - Throttled mobile simulation: Applies network presets (slow-3g, fast-3g, slow-4g, offline) and CPU slowdown on Chromium, plus mobile viewports, to approximate real-device conditions. - Use Case: After a deploy, ask whether LCP regressed; the skill measures the page over 5 runs, diffs the median against your baseline, identifies the LCP element via an in-page PerformanceObserver snippet, and generates an HTML report. ## Quick Start Ask the assistant to audit Core Web Vitals for a URL such as "measure performance on https://example.com/pricing and tell me if anything is slow".