core-web-vitals

Optimize Core Web Vitals by measuring and tuning LCP, INP, and CLS.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/workleap/wl-agents-code-review-poc --skill core-web-vitals-workleap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-web-vitals
Source: https://github.com/workleap/wl-agents-code-review-poc/tree/main/.agents/skills/core-web-vitals
Command: npx skills add https://github.com/workleap/wl-agents-code-review-poc --skill core-web-vitals-workleap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web performance best practices often fail to translate into actionable steps for teams. This Skill identifies and addresses bottlenecks in Core Web Vitals (LCP, INP, CLS) to improve user experience and search rankings.

Core Features & Use Cases

  • LCP optimization: reduce the time to render the largest content element visible in the viewport.
  • INP improvements: minimize input delay and processing time during interactions.
  • CLS stabilization: prevent unexpected layout shifts during initial load.
  • Use cases include optimizing marketing pages, product dashboards, and article sites to meet Good thresholds and CrUX targets.

Quick Start

Run a targeted assessment on a page and apply practical changes to resource loading, image handling, and CSS delivery to improve LCP, INP, and CLS.

Frequently Asked Questions about core-web-vitals

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve Core Web Vitals for a marketing page or dashboard?

To improve Core Web Vitals for a marketing page or dashboard, you instrument performance tests to identify bottlenecks in LCP, INP, and CLS, then apply corrective changes to asset loading, image formats, and CSS delivery.

What is the best way to reduce LCP and stabilize CLS during initial load?

The best way to reduce LCP and stabilize CLS is to optimize resource loading and image handling, which reduces the render time of the largest content element and prevents unexpected layout shifts during initial load.

How do I fix high INP and minimize input delay during interactions?

To fix high INP and minimize input delay, you assess interaction bottlenecks and tune processing time by adjusting how scripts and assets are delivered and executed on the page.

Can I use this approach to meet CrUX targets for article sites?

Yes, you can use this approach to optimize article sites by tuning asset loading, image handling, and CSS delivery to meet Good thresholds and CrUX targets for fast load times and visual stability.

Why does my web performance optimization fail to translate into actionable steps?

Web performance optimization often fails because teams lack actionable guidance to identify bottlenecks and propose corrective changes in asset loading, image formats, and CSS delivery for LCP, INP, and CLS.

Do I need specific tools to measure Core Web Vitals bottlenecks?

You need to instrument performance tests to identify Core Web Vitals bottlenecks, which provides actionable guidance to measure LCP, INP, and CLS and propose corrective changes for faster pages.