web-quality-audit

Audit web performance, accessibility, SEO, and best practices into structured reports.

3|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/thoreinstein/agents --skill web-quality-audit-thoreinstein
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/thoreinstein/agents/tree/main/skills/web-quality-audit
Command: npx skills add https://github.com/thoreinstein/agents --skill web-quality-audit-thoreinstein

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured approach to assess and improve a website's performance, accessibility, SEO, and overall best practices, reducing manual guesswork and speeding up quality improvements.

Core Features & Use Cases

  • Performance checks aligned with Core Web Vitals and Lighthouse-like scoring to identify bottlenecks.
  • Accessibility and usability checks to ensure inclusive design and operability.
  • SEO and best-practices assessments to improve discoverability and compliance.
  • Use Case: Before launch or during development, run a full audit to surface issues and generate a remediation plan.

Quick Start

Run the audit on your project root or site directory to generate 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 web app for performance and accessibility issues?

To audit web app performance and accessibility, you can run an automated assessment on your project root to analyze HTML, CSS, and JS assets, generating a structured report with severity levels for remediation.

Can I check Core Web Vitals and SEO best practices before deploying a static site?

Yes, you can check Core Web Vitals and SEO best practices for static sites pre-deployment. The audit identifies performance bottlenecks and discoverability issues, outputting a concise report suitable for planning fixes.

Does the web quality audit work on single page applications?

The web quality audit does work on single page applications (SPAs) and complex web apps. It evaluates SEO, performance, and usability to ensure inclusive design and operability across various web architectures.

What is the best way to automate a Lighthouse-style site quality assessment?

The best way to automate a Lighthouse-style site quality assessment is using a script-based tool that checks performance, accessibility, and SEO, outputting structured findings with severity levels for ongoing monitoring.

How do I get a remediation plan for my website's accessibility and usability checks?

To get a remediation plan from accessibility and usability checks, run the audit on your site directory. It surfaces compliance issues with severity levels and exports a concise report to guide your fixes.