web-quality-audit

Audit HTML documents with Lighthouse for performance, accessibility, SEO, and best practices.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/AndersonBaezP/BaOgWeb --skill web-quality-audit-andersonbaezp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/AndersonBaezP/BaOgWeb/tree/main/.junie/skills/web-quality-audit
Command: npx skills add https://github.com/AndersonBaezP/BaOgWeb --skill web-quality-audit-andersonbaezp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit solves the need for a detailed web quality audit, addressing performance bottlenecks, accessibility barriers, SEO issues, and adherence to best practices.

Core Features & Use Cases

  • Comprehensive Audit: Conducts an in-depth audit using Google Lighthouse, covering Performance, Accessibility, SEO, and Best Practices.
  • Severity Categorization: Flags findings with severity levels, aiding in prioritization.
  • Actionable Recommendations: Provides specific recommendations for fixing issues, along with code examples.
  • Use Case: Suitable for web developers or SEO professionals tasked with enhancing website quality.

Quick Start

Run a full web quality audit on your website by invoking the skill.

Frequently Asked Questions about web-quality-audit

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

FAQPage Schema
How do I conduct a comprehensive web quality audit on an HTML document?

To conduct a web quality audit, you analyze HTML documents using Lighthouse audits to evaluate performance metrics, accessibility compliance, SEO standards, and best practices. This process identifies bottlenecks and provides actionable recommendations with code examples.

Why does my website need an accessibility compliance and SEO optimization audit?

An accessibility compliance and SEO optimization audit identifies barriers that prevent search engines from indexing your site and users with disabilities from navigating it. Auditing flags severity levels for these issues, enabling you to prioritize fixes and improve overall web quality.

How do I run Lighthouse audits for performance enhancement and SEO optimization?

You run Lighthouse audits by processing HTML documents through a Python environment equipped with parsing libraries. The audit measures performance metrics and SEO standards, categorizing findings by severity to guide your performance enhancement and optimization efforts.

Do I need Python to run a web quality audit with Lighthouse?

Yes, you need Python to run this web quality audit. The process requires Python and various libraries, including pypdf, pdfplumber, and pdf2image, to handle HTML parsing and execute the performance measurement workflows effectively.

What is the best way to prioritize code review findings for web quality issues?

The best way to prioritize code review findings for web quality issues is to use severity categorization. The audit flags specific performance, accessibility, and SEO problems with severity levels, helping you focus on the most critical bottlenecks first.

Can I use this web quality audit for large-scale site optimization workflows?

This web quality audit is intended for web development workflows where site optimization is crucial. It processes HTML documents to measure performance and compliance, making it suitable for developers and SEO professionals enhancing website quality across projects.