web-quality-audit

Audit web pages and HTML files for performance, accessibility, SEO, and best practices.

12|3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/RodrigoTomeES/getmcp --skill web-quality-audit-rodrigotomees
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/RodrigoTomeES/getmcp/tree/main/.agents/skills/web-quality-audit
Command: npx skills add https://github.com/RodrigoTomeES/getmcp --skill web-quality-audit-rodrigotomees

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you review websites and HTML files for quality problems that impact user experience, discoverability, and release readiness.

Core Features & Use Cases

  • Performance review: Checks for common loading and structure issues that can hurt page speed and stability.
  • Accessibility review: Flags missing language, alt text, and other usability barriers for keyboard and assistive-tech users.
  • SEO and best practices: Surfaces missing titles, viewport tags, and insecure links so pages are easier to find and safer to ship.
  • Use case: Run it on a landing page before launch to get a prioritized list of issues to fix first.

Quick Start

Ask the skill to audit the provided website or HTML file and return prioritized findings with concrete 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 HTML files for accessibility and SEO issues before launch?

To audit HTML files for accessibility and SEO issues, analyze the page structure to detect missing doctype, viewport, lang, title, and alt text, returning prioritized severity findings for launch readiness.

What is a web quality audit and what does it check for?

A web quality audit checks HTML files and web pages for performance, accessibility, SEO, and best practice issues, detecting missing HTTPS links and common structural defects to produce severity-oriented findings.

Can I run a Lighthouse-style assessment on a local directory of HTML files?

You can run a Lighthouse-style assessment on a local directory or single HTML file to flag missing language attributes, insecure links, and other usability barriers, generating a prioritized list of fixes.

What is the best way to check a landing page for deployment readiness?

The best way to check a landing page for deployment readiness is to review it for common loading issues, missing titles, viewport tags, and insecure links, yielding a prioritized list of issues to fix first.

Why does my web audit flag missing viewport and lang tags as defects?

Your web audit flags missing viewport and lang tags as defects because they are critical SEO and accessibility barriers that impact discoverability and usability for assistive-tech and mobile users.