Web Performance Auditing
Summary
Audit Core Web Vitals with real measurements via Chrome DevTools — then fix what the numbers actually point to.
Features
- Measures LCP, INP, CLS and supporting metrics
- Identifies render-blocking resources and request chains
- Drives Chrome DevTools through MCP for real measurements
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Performance advice from a model without measurements is astrology. This skill connects the agent to Chrome DevTools through MCP so it works from real traces.
It measures Core Web Vitals — Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift — plus First Contentful Paint, Total Blocking Time, and Speed Index, then analyses what is causing the numbers: render-blocking resources, long network dependency chains, main-thread blocking work, oversized assets, and layout instability.
The output is a prioritised list of changes with the expected impact of each, rather than a generic checklist. Published by Cloudflare and useful on any site, not only ones hosted there.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.