web-quality-audit

Audits web projects for performance, accessibility, SEO, and best-practice issues with severity-ranked findings.

3|1|Updated Mar 17, 2022
One-click install
npx skills add https://github.com/paulpessoa/menvo --skill web-quality-audit-paulpessoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/paulpessoa/menvo/tree/main/.agent/skills/web-quality-audit
Command: npx skills add https://github.com/paulpessoa/menvo --skill web-quality-audit-paulpessoa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill 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 consolidates a Lighthouse-based review of over 150 checks into a single structured audit with prioritized, actionable fixes. ## Core Features & Use Cases - Four-Category Audit: 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 Output: Classifies findings as Critical, High, Medium, or Low with file locations, impact explanations, and concrete fix recommendations. - Automated HTML Analysis: Includes a shell script that scans HTML files for missing doctype, charset, viewport, lang attributes, alt text, title tags, and non-HTTPS URLs, outputting results as JSON. - Use Case: Before launching a Next.js marketing site, run the audit to catch a missing viewport meta tag, oversized hero images failing LCP, and absent alt text, then receive a prioritized fix list. ## Quick Start Ask the assistant to audit your website or project directory 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 that checks Core Web Vitals (LCP, INP, CLS), WCAG accessibility criteria, SEO fundamentals, and security best practices in one pass. Findings are grouped by severity with specific file locations and fix recommendations.

What does a Lighthouse-based web quality audit check?

It covers over 150 checks across four categories: Performance (image compression, code splitting, caching), Accessibility (alt text, contrast, keyboard navigation), SEO (meta tags, sitemaps, canonical URLs), and Best Practices (HTTPS, CSP headers, deprecated APIs).

Can I audit static HTML files automatically from the command line?

Yes, the included analyze.sh script scans HTML files or directories for missing doctype, charset, viewport, lang attributes, title tags, alt text, and non-HTTPS links. It outputs results as JSON with issue and warning counts.

When should I use a focused audit instead of a full web quality audit?

Use a focused audit when investigating a single area such as Core Web Vitals, accessibility, or SEO in depth. The comprehensive audit is better for broad reviews spanning multiple categories at once, such as pre-launch checks.

What are the Core Web Vitals thresholds a site must pass?

Largest Contentful Paint must be under 2.5 seconds, Interaction to Next Paint under 200 milliseconds, and Cumulative Layout Shift under 0.1. Failing any of these is classified as a high-priority issue requiring fixes before launch.