What problem does it solve?
Manually identifying web performance issues like oversized images, missing image dimensions, unoptimized script tags, and parsing Lighthouse reports to prioritize fixes is time-consuming and often misses high-impact bottlenecks. This skill automates those checks to help you improve site speed, Core Web Vitals, and overall user experience.
Core Features & Use Cases
- Static Performance Scanning: Automatically detects common performance anti-patterns including images larger than 500KB, missing image dimensions that cause cumulative layout shift, images below the fold without lazy loading, and synchronous script tags that block page parsing.
- Lighthouse Report Analysis: Ingests Lighthouse JSON output to surface the highest-impact failing audits ranked by potential millisecond savings, along with Core Web Vitals scores and overall category performance ratings.
- Use Case: Before pushing a new feature to production, run this skill to catch performance regressions early, or use it after generating a Lighthouse report to get a prioritized list of fixes that will deliver the biggest speed improvements.
Quick Start
Use the perf skill to run a static performance audit of your current project and analyze any Lighthouse JSON reports you have generated to prioritize high-impact performance fixes.