web-quality-audit

Audit web projects for performance, accessibility, SEO, and best practices issues.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/paialex/ai-skills-bank --skill web-quality-audit-paialex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/paialex/ai-skills-bank/tree/main/skills/web-quality-audit
Command: npx skills add https://github.com/paialex/ai-skills-bank --skill web-quality-audit-paialex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly identify and report quality issues across a web project, reducing manual review time and guesswork.

Core Features & Use Cases

  • Performance checks: detect slow render paths, layout shifts, and resource bottlenecks using Lighthouse-like criteria.
  • Accessibility checks: flag color contrast issues, missing alt text, keyboard navigation gaps, and semantic HTML concerns.
  • SEO & best practices: validate meta tags, canonical URLs, mobile-friendliness, security headers, and proper linking.
  • Use Case: When asked to audit a site, generate a prioritized remediation plan with actionable fixes and example revisions.

Quick Start

Run the web-quality-audit script against your site files to produce a structured 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?

To audit website quality, run a script against your site files to check performance, accessibility, SEO, and best practices, generating a structured report with severity ratings and actionable remediation guidance.

What is included in a web quality audit report?

A web quality audit report includes category-based checks across performance, accessibility, SEO, and best practices, assigning severity ratings to identified issues and outputting prioritized, actionable remediation recommendations with example revisions.

Can I use this to check SEO meta tags and security headers for my entire site?

Yes, you can run quality checks for single pages or an entire site to validate SEO meta tags, canonical URLs, mobile-friendliness, security headers, and proper linking, producing structured remediation guidance.

How do I get a prioritized remediation plan for layout shifts and slow render paths?

By running an audit against your site files, you can detect slow render paths, layout shifts, and resource bottlenecks using Lighthouse-like criteria, which outputs a prioritized remediation plan with actionable fixes.

What's the best way to check for missing alt text and keyboard navigation gaps?

The best way to check for accessibility issues like missing alt text and keyboard navigation gaps is to run an audit script that flags semantic HTML concerns and color contrast issues, yielding structured remediation recommendations.

Do I need any dependencies to run Lighthouse-like checks on my web project?

No dependencies are required to run these quality checks on your web project, allowing you to directly identify performance bottlenecks and accessibility issues and generate a structured report without additional setup.