Web Quality Audit

🌐Community
by addyosmani · vlatest · Repository

Helps with web development, auditing as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add web-quality-audit npx -- -y @trustedskills/web-quality-audit
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "web-quality-audit": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/web-quality-audit"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The web-quality-audit skill analyzes websites to identify potential issues that may affect performance, accessibility, or user experience. It checks for broken links, inefficient code practices, and adherence to modern standards like HTML5 and CSS best practices.

When to use it

  • Before launching a new website to ensure it meets quality benchmarks.
  • After making major updates to a site to catch regressions or errors introduced in the changes.
  • As part of a regular maintenance routine for existing websites.
  • When preparing content for SEO audits or accessibility compliance checks.

Key capabilities

  • Detects broken links and missing resources.
  • Identifies inefficient or outdated code practices.
  • Checks for HTML5 and CSS best practice adherence.
  • Provides actionable recommendations to improve site quality.

Example prompts

Tips & gotchas

  • Ensure the website is publicly accessible, as the tool may not work with private or password-protected pages.
  • For large sites, consider running audits in smaller sections to avoid overwhelming the system.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
addyosmani
Installs
2.0k

🌐 Community

Passed automated security scans.