web-quality-audit

Analyzes websites and projects for performance, accessibility, SEO, and best-practice issues.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/aymenhamoudii/digitn-website --skill web-quality-audit-aymenhamoudii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/aymenhamoudii/digitn-website/tree/main/.qwen/skills/web-quality-audit
Command: npx skills add https://github.com/aymenhamoudii/digitn-website --skill web-quality-audit-aymenhamoudii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a comprehensive, prioritized audit of a website or project to identify performance regressions, accessibility barriers, SEO shortcomings, and missing best practices so teams can deliver fast, accessible, and search-optimized sites.

Core Features & Use Cases

  • Lighthouse-aligned checks: Evaluates Core Web Vitals (LCP, INP, CLS), resource optimization, and loading strategies.
  • Accessibility auditing: Highlights perceivable, operable, understandable, and robust issues with actionable fixes.
  • SEO & best practices: Checks meta tags, canonicalization, robots/sitemap, security headers, and modern web standards.
  • Use Case: Run the audit on a deployed site or a repository of static HTML to get categorized findings, severity labels, and specific code recommendations for fast remediation.

Quick Start

Run a full web quality audit on https://example.com and return categorized findings with prioritized fixes and example code changes.

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, SEO, and accessibility issues?

To audit your website for performance, SEO, and accessibility issues, you can analyze your deployed site or static HTML repository to produce categorized findings with severity labels and prioritized remediation steps. The audit evaluates Core Web Vitals, meta tags, and accessibility barriers.

What is a web quality audit and how does it evaluate Core Web Vitals?

A web quality audit identifies regressions across performance, accessibility, SEO, and best practices. It evaluates Core Web Vitals like LCP, INP, and CLS alongside resource optimization strategies to produce Lighthouse-aligned metrics and actionable code fixes.

Can I run a Lighthouse-aligned audit on a static HTML code repository?

Yes, you can run a Lighthouse-aligned audit on a static HTML code repository. The audit analyzes multi-page projects and code collections to identify web quality issues, returning categorized findings and specific recommendations referencing file paths.

What's the best way to fix accessibility barriers and missing SEO meta tags?

The best way to fix accessibility barriers and missing SEO meta tags is to generate a prioritized checklist with example code fixes. The audit highlights perceivable, operable, understandable, and robust issues alongside security headers and canonicalization checks.

Does the web audit check for security headers and modern best practices?

Yes, the web audit checks for security headers and modern best practices. It evaluates security standards, robots and sitemap configurations, and loading strategies to ensure your site meets modern web quality benchmarks.

What are the limitations of auditing a single-page site for web vitals?

When auditing a single-page site, the audit provides categorized findings and severity labels for web vitals, but it may lack broader site-wide context like multi-page routing structures or comprehensive sitemap validation available in multi-page project audits.