Skip to main content

Skills Overview

Web Quality Skills is a collection of specialized skills for improving web application quality based on Google Lighthouse guidelines. Each skill focuses on a specific aspect of web quality, providing targeted analysis and actionable recommendations.

Available Skills

Web Quality Audit

Comprehensive quality review covering all aspects of web performance, accessibility, SEO, and best practices

Performance

Deep performance optimization for faster loading and better user experience

Core Web Vitals

Targeted optimization for LCP, INP, and CLS metrics that affect search ranking

Accessibility

WCAG 2.1 compliance and inclusive design patterns

SEO

Search engine optimization including technical SEO and structured data

Best Practices

Security, browser compatibility, and modern web standards

Skill Comparison

SkillFocus AreaWhen to UseTypical Issues Found
Web Quality AuditComprehensive reviewFull site audit, before launch150+ checks across all categories
PerformanceLoading speed & runtime”Site is slow”, optimizationResource loading, JavaScript optimization
Core Web VitalsLCP, INP, CLSSearch ranking, page experienceLayout shifts, slow interactions
AccessibilityWCAG complianceInclusive design, legal complianceColor contrast, keyboard access
SEOSearch visibilityImprove rankings, discoverabilityMeta tags, structured data
Best PracticesSecurity & standardsCode quality, modernizationVulnerabilities, deprecated APIs

When to Use Each Skill

Web Quality Audit

Use when you need a comprehensive overview of all quality issues. This is the orchestrator skill that coordinates the other specialized skills. Trigger phrases:
  • “Audit my site”
  • “Review web quality”
  • “Run lighthouse audit”
  • “Check page quality”
  • “Optimize my website”
What it checks: Performance (40%), Accessibility (30%), SEO (15%), Best Practices (15%)

Performance

Use for deep performance optimization when you need to improve loading speed and runtime efficiency. Trigger phrases:
  • “Speed up my site”
  • “Optimize performance”
  • “Reduce load time”
  • “Fix slow loading”
  • “Performance audit”
What it optimizes: Critical rendering path, resource loading, caching, JavaScript optimization, image optimization

Core Web Vitals

Use when specifically targeting Google’s Core Web Vitals metrics for search ranking. Trigger phrases:
  • “Improve Core Web Vitals”
  • “Fix LCP”
  • “Reduce CLS”
  • “Optimize INP”
  • “Fix layout shifts”
What it measures: LCP (loading), INP (interactivity), CLS (visual stability)

Accessibility

Use for WCAG compliance and ensuring your site is usable by everyone, including people with disabilities. Trigger phrases:
  • “Improve accessibility”
  • “A11y audit”
  • “WCAG compliance”
  • “Screen reader support”
  • “Keyboard navigation”
What it covers: POUR principles (Perceivable, Operable, Understandable, Robust)

SEO

Use for improving search engine visibility and rankings. Trigger phrases:
  • “Improve SEO”
  • “Optimize for search”
  • “Fix meta tags”
  • “Add structured data”
  • “Sitemap optimization”
What it optimizes: Technical SEO, on-page SEO, structured data, mobile SEO

Best Practices

Use for security audits, code modernization, and ensuring compliance with web standards. Trigger phrases:
  • “Apply best practices”
  • “Security audit”
  • “Modernize code”
  • “Code quality review”
  • “Check for vulnerabilities”
What it covers: HTTPS, CSP, security headers, deprecated APIs, code quality

How Skills Work Together

The Web Quality Audit skill acts as an orchestrator that coordinates all other skills:

Skill Relationships

  • Web Quality Audit → Runs comprehensive checks using guidelines from all other skills
  • Core Web Vitals → Builds on Performance skill for specific metrics
  • SEO → References Core Web Vitals since they affect search ranking
  • All skills → Reference back to Web Quality Audit for comprehensive reviews

Severity Levels

All skills use consistent severity classifications:
LevelDescriptionActionExamples
CriticalSecurity vulnerabilities, complete failuresFix immediatelyMixed content, vulnerable libraries
HighCore Web Vitals failures, major barriersFix before launchPoor LCP, missing alt text
MediumPerformance opportunities, SEO improvementsFix within sprintUnoptimized images, missing meta
LowMinor optimizations, code qualityFix when convenientCode style, minor redundancies

Quick Start Checklists

Before Every Deploy

  • Core Web Vitals passing (LCP < 2.5s, INP < 200ms, CLS < 0.1)
  • No accessibility errors (run axe or Lighthouse)
  • No console errors
  • HTTPS working correctly
  • Meta tags present (title, description)

Weekly Review

  • Check Search Console for issues
  • Review Core Web Vitals trends
  • Update dependencies (npm audit)
  • Test with screen reader

Monthly Deep Dive

  • Full Lighthouse audit
  • Performance profiling
  • Accessibility audit with real users
  • SEO keyword review

Measurement Tools

ToolPurposeBest For
Chrome DevToolsLive debuggingDevelopment, profiling
LighthouseComprehensive auditsAll-in-one testing
PageSpeed InsightsReal user data + labCore Web Vitals
Search ConsoleSearch performanceSEO, indexing
axe DevToolsAccessibility testingWCAG compliance
WebPageTestDetailed performanceNetwork analysis

Next Steps

Run a Complete Audit

Start with a comprehensive quality review

Optimize Core Web Vitals

Focus on metrics that affect search ranking

Improve Performance

Make your site faster

Fix Accessibility

Ensure your site works for everyone

Build docs developers (and LLMs) love