18 standalone skills for Claude Code and Codex: review, audit, optimization, testing, product discovery, and safe repository publishing.
Web Quality Skills
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
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.
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.
Use for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing.
在实现任何功能或修复 bug 时使用,在编写实现代码之前