What problem does it solve?
Core Web Vitals problems (LCP, CLS, INP) are often caused by specific HTML and resource-loading patterns, and fixing them can be slow without a structured audit that maps issues to actionable improvements.
Core Features & Use Cases
- LCP risk detection: Flags likely Largest Contentful Paint blockers such as missing high fetch priority, lazy-loading the LCP element, render-blocking resources, and weak preload/font-loading patterns.
- CLS stability checks: Identifies layout-shift causes including missing image/video dimensions, unstable embeds, and font-display issues that trigger FOIT.
- INP responsiveness analysis: Highlights main-thread blockers like synchronous scripts, inline heavy scripts, and problematic event handling patterns, plus third-party script volume risk.
- Use case example: Review a landing page HTML that triggers PageSpeed warnings to locate the most probable LCP/CLS/INP culprits and prioritize fixes.
Quick Start
Use the core-web-vitals skill to audit the target page HTML for likely LCP, CLS, and INP risk factors and return a prioritized risk summary.