Web Quality Skills

by addyosmani 2.6k MIT Updated Jun 14, 2026
Web Quality Skills skill by addyosmani
Web Quality Skills — Testing skill by addyosmani

Web Quality Skills is an open-source testing skill for Claude Code and compatible agents, published by addyosmani. Its author describes it as: “Agent Skills for optimizing web quality based on Lighthouse and Core Web Vitals.”. The project has 2.6k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/addyosmani/web-quality-skills ~/.claude/skills/web-quality-skills`.

Installation

Add Web Quality Skills to your agent with:

git clone https://github.com/addyosmani/web-quality-skills ~/.claude/skills/web-quality-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

When to use it

Reach for Web Quality Skills when you want testing help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Established project with 2,564 GitHub stars
  • Actively maintained (recent commits)

Topics

accessibilityagent-skillsclaude-skillscore-web-vitalslighthouseskillstestingweb-performance

Frequently asked questions

What does Web Quality Skills do?
Agent Skills for optimizing web quality based on Lighthouse and Core Web Vitals.
How do I install Web Quality Skills?
Run git clone https://github.com/addyosmani/web-quality-skills ~/.claude/skills/web-quality-skills in your agent, then reload your skills. Review the source at https://github.com/addyosmani/web-quality-skills before installing.
Is Web Quality Skills free to use?
Yes. Web Quality Skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.

Related skills

More Testing →

Claude Code skills that turn an AI agent into a meticulous QA engineer. Evidence or it didn't happen.

9 akovalion MIT

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

5.8k antfu MIT