web-quality-audit

Audit web pages for performance, accessibility, and SEO issues.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Gabrielloopes33/nexIA --skill web-quality-audit-gabrielloopes33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/Gabrielloopes33/nexIA/tree/main/.copilot/skills/web-quality-audit
Command: npx skills add https://github.com/Gabrielloopes33/nexIA --skill web-quality-audit-gabrielloopes33

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Web teams face fragmented feedback on performance, accessibility, and SEO. This Skill provides a structured, Lighthouse-inspired audit that surfaces actionable insights and fixes.

Core Features & Use Cases

  • Performance: Evaluate core web vitals and loading strategies to improve user experience.
  • Accessibility: Detect missing alt text, color contrast, keyboard navigation gaps, and other WCAG issues.
  • SEO & Best Practices: Check canonical URLs, robots.txt, HTTPS, and metadata for better visibility.
  • Use Case: When a user asks to "audit my site" or "review web quality", run the audit to produce prioritized issues and remediation steps.

Quick Start

Run the web quality audit on your project to generate a findings report and recommended fixes.

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 static site for performance, accessibility, and SEO issues?

You can run a Lighthouse-style web quality audit to evaluate static sites, SPAs, and marketing pages for performance, accessibility, SEO, and best practices. It analyzes HTML, CSS, and JS to output prioritized issues and actionable remediation steps.

Can I run a web quality audit on single page applications during development?

Yes, you can run web quality audits on single page applications during development, release, or ongoing QA. The audit evaluates core web vitals, loading strategies, and WCAG compliance to produce a structured findings report with recommended fixes.

What is the best way to check my marketing pages for WCAG accessibility gaps?

The best way to check marketing pages for WCAG accessibility gaps is to perform a web quality audit that detects missing alt text, color contrast issues, and keyboard navigation problems, providing severity-based categorization and actionable fixes.

Does a Lighthouse-style web audit check canonical URLs and robots.txt?

Yes, a Lighthouse-style web audit checks canonical URLs, robots.txt, HTTPS status, and metadata as part of its SEO and best practices evaluation to improve search visibility and surface prioritized quality issues.

Why does my web audit need severity-based categorization for quality issues?

Severity-based categorization in a web audit helps teams prioritize fragmented feedback on performance and accessibility, ensuring the most critical HTML, CSS, and JS quality issues are addressed first through actionable insights.