benchmark

Detect performance regressions in web applications by comparing metrics before and after changes.

Updated May 28, 2026
One-click install
npx skills add https://github.com/limzivector/SEO --skill benchmark-limzivector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/limzivector/SEO/tree/main/gstack/benchmark
Command: npx skills add https://github.com/limzivector/SEO --skill benchmark-limzivector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies performance regressions in web applications, helping you maintain optimal performance over time.

Core Features & Use Cases

  • Performance Regression Detection: Measures and compares performance metrics before and after changes.
  • Page Speed Analysis: Evaluates load times, Core Web Vitals, and resource sizes.
  • Use Case: Before deploying a new feature, use this Skill to ensure that the application's performance hasn't degraded.

Quick Start

Run the benchmark skill with the command: /benchmark <url>

Frequently Asked Questions about benchmark

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

FAQPage Schema
How do I detect web performance regressions before deploying a new feature?

To detect web performance regressions before deploying a new feature, you compare baseline metrics against post-change results. This process evaluates load times, Core Web Vitals, and resource sizes to identify any degradation introduced by the new code.

What is performance regression detection and how does it evaluate page speed?

Performance regression detection is the process of comparing web application metrics before and after changes to identify degradations. It evaluates page speed by analyzing load times, Core Web Vitals, and resource sizes using real performance data gathered through JavaScript evaluation.

Do I need a browse daemon to measure Core Web Vitals and resource sizes?

Yes, you need a browse daemon to measure Core Web Vitals and resource sizes. The performance detection process requires this daemon and JavaScript evaluation to gather real performance data from the target web application URL.

How do I analyze load times and Core Web Vitals for a specific URL?

To analyze load times and Core Web Vitals for a specific URL, run the benchmark command with your target URL. The tool measures real performance data by evaluating JavaScript, comparing current metrics against previous baselines to identify any regressions.

What's the best way to prevent performance degradation in web applications?

The best way to prevent performance degradation in web applications is to continuously compare performance metrics before and after changes. By evaluating load times, Core Web Vitals, and resource sizes with real data, you can identify and resolve regressions prior to deployment.