Performance Audit Skill
Use Browser DevTools MCP observability (o11y) and content tools to analyze performance.
When to Use
- User asks about page performance or speed
- User wants to optimize load times or diagnose slow pages
- User needs Core Web Vitals metrics (LCP, CLS, INP, etc.)
- User asks about SEO performance factors
Guidance
- Use Web Vitals tools to get LCP, CLS, INP and related metrics (optionally with wait time or debug info).
- Use HTTP request tools to inspect network timing, resource types, and status codes.
- Use content tools (e.g. screenshot) to capture above-the-fold or full-page when needed.
- Use run/JS tools to query
performanceAPI (e.g. longtask, resource entries) when relevant.
