pagespeed-95-gate

Run PageSpeed Insights audits on production URLs and gate pages requiring 95+ scores.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Clvrwrk/Codex-Site-Maintenance-Repair-Technician --skill pagespeed-95-gate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pagespeed-95-gate
Source: https://github.com/Clvrwrk/Codex-Site-Maintenance-Repair-Technician/tree/main/skills/pagespeed-95-gate
Command: npx skills add https://github.com/Clvrwrk/Codex-Site-Maintenance-Repair-Technician --skill pagespeed-95-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill validates production-like pages with PageSpeed Insights and DataForSEO Lighthouse, treating scores as a release gate and recording when results are unavailable due to API keys or deployment gaps.

Core Features & Use Cases

  • Runs mobile and desktop PageSpeed/Lighthouse audits for critical pages and full route inventories.
  • Enforces a gate where all four categories (Performance, Accessibility, Best Practices, and SEO) must reach 95+ to pass, with a repair loop to fix root causes when needed.
  • Provides structured reports and a repair workflow to patch issues, rebuild, redeploy, and re-audit before confirming success.

Quick Start

Run production PageSpeed checks across the configured pages and trigger the repair loop if any category falls below 95.

Frequently Asked Questions about pagespeed-95-gate

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

FAQPage Schema
How do I enforce a 95+ PageSpeed score as a CI/CD release gate?▼

A PageSpeed gate blocks production releases unless all audited pages score 95+ across performance, accessibility, best practices, and SEO. This skill automates that gate by running mobile and desktop Lighthouse audits and triggering a repair loop for failing pages.

What happens when a page fails the PageSpeed 95 gate during deployment?▼

When a page fails the PageSpeed gate, a repair loop triggers to patch root causes, rebuild, redeploy, and rerun PageSpeed audits. The process repeats until all four categories score 95+ before reporting success.

Does the PageSpeed gate check both mobile and desktop Lighthouse scores?▼

Yes, the PageSpeed gate checks both mobile and desktop Lighthouse scores. It requires all four categories—performance, accessibility, best practices, and SEO—to reach 95+ on both mobile and desktop across the target page set to pass.

How does the PageSpeed gate handle unavailable Lighthouse data or missing API keys?▼

The PageSpeed gate records unavailable Lighthouse results caused by missing API keys or deployment gaps instead of failing the build. It accounts for this missing data when evaluating the 95+ score requirement across the audited pages.

Can I use this to run Lighthouse audits across my full route inventory?▼

Yes, you can run Lighthouse audits across a full route inventory or a set of critical production pages. The skill identifies production URLs and executes mobile and desktop PageSpeed Insights across the entire target page set.