From aj-geddes-useful-ai-prompts-4
Conducts web performance audits to measure page speed, identify bottlenecks, and recommend optimizations for better user experience and SEO.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aj-geddes-useful-ai-prompts-4:web-performance-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [Overview](#overview)
Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences.
Minimal working example:
Core Web Vitals (Google):
Largest Contentful Paint (LCP):
Measure: Time to load largest visible element
Good: <2.5 seconds
Poor: >4 seconds
Impacts: User perception of speed
First Input Delay (FID):
Measure: Time from user input to response
Good: <100 milliseconds
Poor: >300 milliseconds
Impacts: Responsiveness
Cumulative Layout Shift (CLS):
Measure: Visual stability (unexpected layout shifts)
Good: <0.1
Poor: >0.25
Impacts: User frustration
---
Additional Metrics:
First Contentful Paint (FCP):
// ... (see reference guides for full implementation)
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Performance Metrics | Performance Metrics |
| Performance Analysis Process | Performance Analysis Process |
| Optimization Strategies | Optimization Strategies |
| Monitoring & Continuous Improvement | Monitoring & Continuous Improvement |
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4Conducts web performance audits with Core Web Vitals (LCP, FID, CLS, INP), Lighthouse automation, bottleneck identification, and optimization recommendations for page load times and UX issues.
Audit and optimize web quality using Google Lighthouse and Core Web Vitals: performance (LCP, INP, CLS), SEO, and best practices. Use for page speed improvements or Lighthouse score boosts.
Diagnoses web performance issues, fixes Core Web Vitals (LCP, INP, CLS), optimizes bundles, assets, and render performance. Use for slow pages or dropping traffic due to speed.