Web Performance Audit
Helps with web development, performance optimization, auditing as part of building frontend UIs and user experiences workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add web-performance-audit npx -- -y @trustedskills/web-performance-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"web-performance-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/web-performance-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
web-performance-audit
What it does
This skill enables AI agents to analyze website loading speeds and identify specific bottlenecks affecting user experience. It provides actionable insights into performance metrics such as First Contentful Paint, Time to Interactive, and Largest Contentful Paint to help optimize frontend delivery.
When to use it
- Before launching a new marketing landing page to ensure fast load times on mobile networks.
- When Core Web Vitals scores drop below recommended thresholds in analytics dashboards.
- During the debugging phase of slow image or script rendering issues.
- To establish baseline performance metrics for regression testing after code deployments.
Key capabilities
- Analyzes critical path rendering and resource loading delays.
- Identifies render-blocking resources and large asset sizes.
- Evaluates server response times and network efficiency.
- Generates specific recommendations for reducing latency and improving throughput.
Example prompts
- "Audit the performance of my production homepage and list the top three reasons it's loading slowly."
- "Analyze this URL for Core Web Vitals compliance and suggest fixes for poor mobile scores."
- "Review the network waterfall for [domain] and identify any render-blocking JavaScript files."
Tips & gotchas
Ensure the target website is publicly accessible, as audit tools cannot analyze sites behind authentication walls without specific credentials. For accurate results, run the audit from a location geographically close to your primary user base to reflect real-world latency conditions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.