web-quality-audit

Analyze websites for performance, accessibility, and SEO issues.

5.0k|454|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tech-leads-club/agent-skills --skill web-quality-audit-tech-leads-club
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/tech-leads-club/agent-skills/tree/main/packages/skills-catalog/skills/%28quality%29/web-quality-audit
Command: npx skills add https://github.com/tech-leads-club/agent-skills --skill web-quality-audit-tech-leads-club

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Web-quality audits help teams quickly identify performance, accessibility, and SEO gaps across pages and apps, reducing guesswork and manual review time.

Core Features & Use Cases

  • Performance checks aligned with Core Web Vitals, including LCP, INP, CLS, and loading strategies.
  • Accessibility assessments covering color contrast, keyboard navigation, and semantic markup.
  • SEO & Best Practices checks for mobile-friendliness, meta tags, and structured data.
  • Use Case: Run audits on multiple pages and generate a prioritized remediation plan to guide developers.

Quick Start

Run a full web quality audit on the target site and return a prioritized remediation report.

Frequently Asked Questions about web-quality-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a web quality audit for performance, SEO, and accessibility?

You can automate web quality audits across single-page apps, multi-page sites, and CI workflows using built-in shell scripts. The audit identifies performance, accessibility, and SEO gaps, returning an actionable, prioritized remediation report.

What does a web quality audit check for in Core Web Vitals and accessibility?

A web quality audit evaluates Core Web Vitals like LCP, INP, and CLS for loading strategies, plus accessibility factors like color contrast, keyboard navigation, and semantic markup. It also checks SEO meta tags, structured data, and mobile-friendliness.

Can I integrate Lighthouse-like checks into my CI workflows without heavy dependencies?

Yes, you can integrate Lighthouse-like checks into CI workflows without heavy dependencies. The audit relies on built-in shell scripts and standard tooling to evaluate web quality, requiring no complex external libraries or setup.

Do I need to install external tools to audit single-page apps for SEO and best practices?

No, you do not need to install external tools to audit single-page apps for SEO and best practices. The audit relies on built-in shell scripts and standard tooling, requiring no heavy dependencies to generate prioritized fixes.

What is the best way to prioritize web accessibility and performance fixes for multiple pages?

The best way to prioritize web accessibility and performance fixes is to run an audit across multiple pages to generate a prioritized remediation plan. This report guides developers by highlighting the most critical issues first.