web-quality-audit

Analyzes websites for performance, accessibility, SEO and best-practice issues via Bash script, outputting a JSON report.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/workleap/wl-agents-code-review-poc --skill web-quality-audit-workleap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/workleap/wl-agents-code-review-poc/tree/main/.agents/skills/web-quality-audit
Command: npx skills add https://github.com/workleap/wl-agents-code-review-poc --skill web-quality-audit-workleap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill analyzes websites to identify quality issues across performance, accessibility, SEO, and best practices.

Core Features & Use Cases

  • Lighthouse-based assessments of Performance, Accessibility, SEO, and Best Practices for modern web pages.
  • Generates structured JSON reports with "issues" and "warnings" and counts.
  • Use cases: pre-launch audits, ongoing QA, accessibility remediations for SPAs or static sites.

Quick Start

Run the provided analyze script against a site directory or HTML files:

  • bash scripts/analyze.sh /path/to/website

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 and accessibility?

Run a web quality audit by executing the Bash analyze script against your website directory to inspect HTML assets. It evaluates performance, accessibility, SEO, and best practices, generating a structured JSON report with specific issues and warnings.

Can I use this Lighthouse audit script for pre-launch checks on a static site?

Yes, this Lighthouse audit script supports pre-launch checks for static sites and SPAs. It analyzes HTML assets to identify quality issues across performance, accessibility, SEO, and best practices, providing structured counts of issues and warnings.

What is included in the JSON report generated by the website analysis script?

The JSON report generated by the website analysis script includes categorized issues and warnings with counts. It details quality problems across performance, accessibility, SEO, and best practices to guide ongoing QA and remediation workflows.

How do I check SEO and best practices issues on my production web pages?

Check SEO and best practices issues on production pages by running the analyze Bash script against the site files. It inspects the HTML assets to detect quality issues and outputs a JSON report detailing the findings for remediation.

Does the web quality audit script work with single page applications?

Yes, the web quality audit script works with single page applications and static sites. It inspects HTML assets to identify performance, accessibility, SEO, and best practices issues, making it suitable for ongoing QA and accessibility remediations.

What is the best way to identify accessibility issues for website remediation?

The best way to identify accessibility issues for website remediation is running the Bash analyze script on your site directory. It inspects HTML assets to detect accessibility problems and outputs a structured JSON report with actionable warnings and issues.