web-quality-audit

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

Updated Mar 11, 2018
One-click install
npx skills add https://github.com/jorgegvalencia/dotfiles --skill web-quality-audit-jorgegvalencia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-audit
Source: https://github.com/jorgegvalencia/dotfiles/tree/main/gemini/skills/web-quality-audit
Command: npx skills add https://github.com/jorgegvalencia/dotfiles --skill web-quality-audit-jorgegvalencia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive auditing of web pages to identify and rectify issues related to performance, accessibility, SEO, and general best practices, ensuring a high-quality user experience.

Core Features & Use Cases

  • Performance Auditing: Analyzes Core Web Vitals (LCP, INP, CLS) and resource optimization.
  • Accessibility Checks: Verifies compliance with WCAG standards for perceivable, operable, understandable, and robust content.
  • SEO Analysis: Reviews crawlability, on-page elements, and technical SEO factors.
  • Best Practices: Checks for security vulnerabilities and adherence to modern web standards.
  • Use Case: When launching a new marketing landing page, use this Skill to ensure it meets performance and accessibility benchmarks before going live.

Quick Start

Use the web-quality-audit skill to analyze the provided URL 'https://example.com'.

Frequently Asked Questions about web-quality-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a web quality audit for performance and accessibility issues?

Run a web quality audit by providing a URL or local HTML files. The Skill performs static analysis on HTML structure to identify performance bottlenecks, accessibility gaps, and SEO issues, delivering actionable recommendations and severity categorizations.

What does a Core Web Vitals and WCAG accessibility check look for?

A web quality audit checks Core Web Vitals like LCP, INP, and CLS for resource optimization, and verifies WCAG standards for perceivable, operable, understandable, and robust content to ensure high accessibility and performance.

Can I use shell scripts to audit local HTML files for SEO best practices?

Yes, you can use shell scripts to audit local HTML files. The Skill utilizes shell scripts for static analysis of HTML content, reviewing crawlability, on-page elements, and technical SEO factors to identify best practice violations.

What is the best way to categorize the severity of technical SEO and security issues?

The best way to categorize severity is through a comprehensive web quality audit. It identifies security vulnerabilities and technical SEO factors, providing severity categorizations to help prioritize fixes for modern web standards adherence.

Does this web audit tool require any external dependencies to run?

No, this web audit tool does not require external dependencies. It operates using shell scripts for static analysis of HTML structure and content, allowing you to identify issues across performance, accessibility, and SEO without additional setup.