web-quality-audit by addyosmani/web-quality-skills
npx skills add https://github.com/addyosmani/web-quality-skills --skill web-quality-audit基于 Google Lighthouse 审计的全面质量审查。涵盖 150 多项检查的性能、可访问性、SEO 和最佳实践。
核心 Web 指标 — 必须通过以获得良好的页面体验:
资源优化:
srcset 提供正确尺寸的图像。@import。font-display: swap。预加载关键字体。子集化到所需字符。广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
加载策略:
<link rel="preconnect">。可感知性:
<img> 都有有意义的 alt 文本。装饰性图像使用 alt=""。可操作性:
可理解性:
<html> 上设置 lang 属性。健壮性:
可抓取性:
页面 SEO:
<h1>。逻辑清晰的标题结构。技术 SEO:
安全性:
现代标准:
document.write、同步 XHR 等。<!DOCTYPE html>。<meta charset="UTF-8"> 作为 <head> 中的第一个元素。用户体验模式:
| 级别 | 描述 | 行动 |
|---|---|---|
| 严重 | 安全漏洞,完全故障 | 立即修复 |
| 高 | 核心 Web 指标失败,主要可访问性障碍 | 发布前修复 |
| 中 | 性能优化机会,SEO 改进 | 在迭代周期内修复 |
| 低 | 次要优化,代码质量 | 方便时修复 |
执行审计时,按以下结构组织发现的问题:
## 审计结果
### 严重问题(发现 X 个)
- **[类别]** 问题描述。文件:`path/to/file.js:123`
- **影响:** 为何重要
- **修复:** 具体的代码更改或建议
### 高优先级问题(发现 X 个)
...
### 摘要
- 性能:X 个问题(Y 个严重)
- 可访问性:X 个问题(Y 个严重)
- SEO:X 个问题
- 最佳实践:X 个问题
### 推荐优先级
1. 首先修复这个,因为...
2. 然后处理...
3. 最后优化...
有关特定领域的详细指南:
每周安装量
2.5K
代码仓库
GitHub Stars
1.3K
首次出现
Jan 20, 2026
安全审计
安装于
opencode2.2K
gemini-cli2.2K
codex2.2K
github-copilot2.1K
cursor2.1K
amp2.0K
Comprehensive quality review based on Google Lighthouse audits. Covers Performance, Accessibility, SEO, and Best Practices across 150+ checks.
Core Web Vitals — Must pass for good page experience:
Resource Optimization:
srcset.@import.font-display: swap. Preload critical fonts. Subset to needed characters.Loading Strategy:
<link rel="preconnect"> for third-party domains.Perceivable:
<img> has meaningful alt text. Decorative images use alt="".Operable:
Understandable:
lang attribute on <html>.Robust:
Crawlability:
On-Page SEO:
<h1>. Logical heading structure.Technical SEO:
Security:
Modern Standards:
document.write, synchronous XHR, etc.<!DOCTYPE html>.<meta charset="UTF-8"> as first element in <head>.UX Patterns:
| Level | Description | Action |
|---|---|---|
| Critical | Security vulnerabilities, complete failures | Fix immediately |
| High | Core Web Vitals failures, major a11y barriers | Fix before launch |
| Medium | Performance opportunities, SEO improvements | Fix within sprint |
| Low | Minor optimizations, code quality | Fix when convenient |
When performing an audit, structure findings as:
## Audit results
### Critical issues (X found)
- **[Category]** Issue description. File: `path/to/file.js:123`
- **Impact:** Why this matters
- **Fix:** Specific code change or recommendation
### High priority (X found)
...
### Summary
- Performance: X issues (Y critical)
- Accessibility: X issues (Y critical)
- SEO: X issues
- Best Practices: X issues
### Recommended priority
1. First fix this because...
2. Then address...
3. Finally optimize...
For detailed guidelines on specific areas:
Weekly Installs
2.5K
Repository
GitHub Stars
1.3K
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode2.2K
gemini-cli2.2K
codex2.2K
github-copilot2.1K
cursor2.1K
amp2.0K
97,600 周安装