web-quality-audit

Audit websites for performance, accessibility, SEO, and best-practice issues using Lighthouse criteria.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/qaz26688442/bo-car --skill web-quality-audit-qaz26688442
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/qaz26688442/bo-car/tree/main/.agents/skills/web-quality-audit
Command: npx skills add https://github.com/qaz26688442/bo-car --skill web-quality-audit-qaz26688442

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve? Web projects often ship with hidden performance regressions, accessibility barriers, SEO gaps, and security misconfigurations that hurt user experience and search rankings. This Skill provides a structured audit framework covering 150+ checks so issues are found, categorized by severity, and paired with actionable fixes. ## Core Features & Use Cases - Four-Category Audit Coverage: Reviews Performance (Core Web Vitals, resource optimization), Accessibility (WCAG perceivable/operable/understandable/robust), SEO (crawlability, on-page, technical), and Best Practices (security, modern standards, UX patterns). - Severity-Ranked Findings: Classifies issues as Critical, High, Medium, or Low with a structured output format including impact and specific code fixes. - Automated HTML Analysis Script: Includes a read-only Bash script that scans HTML files for missing doctype, viewport, lang attributes, alt text, and non-HTTPS URLs, outputting structured JSON. - Use Case: Before launching a marketing site, run the audit to catch a missing viewport meta tag, images without alt attributes, and render-blocking scripts, then fix them in priority order. ## Quick Start Ask the assistant to audit your website's HTML files for performance, accessibility, SEO, and best-practice issues and return a severity-ranked 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 audit my website for performance and accessibility issues?▼

Run a web quality audit covering Performance, Accessibility, SEO, and Best Practices based on Google Lighthouse criteria. Findings are categorized by severity (Critical, High, Medium, Low) with specific code fixes for each issue.

What are Core Web Vitals thresholds for a good page experience?▼

Core Web Vitals require LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Meeting these thresholds is essential for good page experience and directly impacts search ranking.

Does the HTML analyzer script modify my files?▼

No, the analyze.sh script is strictly read-only and performs no filesystem mutations. It scans HTML files and outputs structured JSON findings to stdout, with human-readable logs sent to stderr.

What accessibility checks are included in a web quality audit?▼

The audit covers WCAG principles: text alternatives and color contrast for perceivability, keyboard access and focus visibility for operability, language attributes and form labels for understandability, and valid HTML with correct ARIA usage for robustness.

Why does the analyzer report truncated findings for some files?▼

The script caps each high-volume check at 20 findings per file and 100 total findings to prevent one category from flooding results. A truncation warning is emitted when limits are reached, and the JSON output includes a truncated flag.