webaudit

Audit websites and web apps for design, UX, accessibility, SEO, performance, security, and robustness issues.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/CeeKay1901/pilot-skillmarkt --skill webaudit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webaudit
Source: https://github.com/CeeKay1901/pilot-skillmarkt/tree/main/skills/webaudit
Command: npx skills add https://github.com/CeeKay1901/pilot-skillmarkt --skill webaudit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright-core, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you perform a thorough audit of websites and web apps without missing the important details, combining code inspection with visual review so you can catch usability, accessibility, performance, and SEO problems early.

Core Features & Use Cases

  • Full-spectrum review: Evaluates design, UX, content, features, SEO, accessibility, performance, security, and robustness in one workflow.
  • Visual verification: Uses Playwright-based screenshots to inspect real user views across desktop, mobile, tablet, dark mode, keyboard focus, reduced motion, and error states.
  • Actionable reporting: Produces structured FAIL/WARN/INFO findings and can optionally apply safe auto-fixes for certain issues.
  • Use Case: A product team can run this Skill on a marketing site before launch to uncover missing meta tags, broken layouts on mobile, low-contrast focus states, and slow-loading pages.

Quick Start

Use the webaudit skill to audit my website at https://example.com and summarize the most important fixes.

Frequently Asked Questions about webaudit

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

FAQPage Schema
How do I audit a website for UX, SEO, and accessibility issues?

A comprehensive website audit combines static file analysis with browser-based rendering checks using Playwright screenshots to evaluate UX, SEO, accessibility, performance, and security. This produces structured FAIL, WARN, and INFO findings to highlight issues across desktop, mobile, and various visual states.

Can I run a web audit on both a live URL and local codebase?

Yes, you can run a web audit on both a live URL and a local codebase. The Skill performs static file analysis for code inspection and applies browser-based rendering checks to live sites during QA checks and visual inspections to capture real user views across different devices and states.

How do I check my web app for accessibility and low-contrast focus states?

You can check your web app for accessibility and low-contrast focus states using Playwright-based screenshots to inspect real user views. The Skill visually verifies keyboard focus, reduced motion, and error states, reporting them as structured FAIL or WARN findings for quick remediation.

Do I need Playwright to perform visual verification during a web audit?

Yes, Playwright is required for visual verification during a web audit. The Skill uses the playwright-core dependency to capture screenshots, inspect real user views across desktop and mobile, and verify visual states like dark mode and error conditions.

What is the best way to find missing meta tags and broken layouts before launch?

The best way to find missing meta tags and broken layouts before launch is running an automated full-spectrum review. This Skill evaluates SEO tags and uses Playwright screenshots to catch broken mobile layouts, producing actionable findings and optional safe auto-fixes for certain issues.

What are the limitations of automated web audits for robustness and security?

Automated web audits for robustness and security are limited to static file analysis and visual rendering checks. While they can identify common vulnerabilities and structural issues, complex security flaws or dynamic robustness issues may require further manual investigation beyond the generated findings.