web-quality

Audit Core Web Vitals and Lighthouse scores across desktop and mobile.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill web-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/web-quality
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill web-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits and optimizes web application quality by measuring Core Web Vitals, Lighthouse scores, accessibility, SEO, and best practices, enabling teams to deliver faster, accessible, and more reliable web apps.

Core Features & Use Cases

  • Lighthouse-driven performance audits across desktop and mobile.
  • Automated budgeting and CI integration to enforce performance targets.
  • Actionable remediation guidance with prioritized tasks for developers.

Quick Start

Audit a live web app to generate a prioritized remediation plan and implement changes to improve LCP, CLS, and TBT.

Frequently Asked Questions about web-quality

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

FAQPage Schema
How do I improve Core Web Vitals and Lighthouse scores for my web app?

Improve Core Web Vitals and Lighthouse scores by auditing LCP, CLS, and TBT across critical routes, then applying prioritized code and config changes to meet performance targets for both desktop and mobile.

What is the best way to enforce web performance budgets in CI?

Enforce web performance budgets in CI by integrating Lighthouse CI checks at build time, which automatically fail builds when Core Web Vitals or Lighthouse scores drop below your defined thresholds for mobile and desktop.

How do I generate an actionable remediation plan for poor LCP and CLS metrics?

Generate an actionable remediation plan by running a Lighthouse-driven performance audit, which outputs a prioritized list of fixes and concrete code changes targeting poor LCP and CLS metrics.

Can I audit web quality and SEO for both mobile and desktop perspectives?

You can audit web quality, SEO, accessibility, and best practices for both mobile and desktop perspectives, receiving measurable metrics and specific optimization steps suitable for a release plan.

Why does my web application need build-time checks for Core Web Vitals?

Build-time checks for Core Web Vitals are needed to prevent performance regressions by enforcing target thresholds during development, ensuring your web application maintains fast load times and stable visual rendering.