benchmark

Measure page, API, and build performance baselines to detect regressions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill benchmark-contentbugvideoediting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/contentbugvideoediting/cb-project-assistant/tree/main/services/cb-s-claude/vendor/s-claude/skills-library/benchmark
Command: npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill benchmark-contentbugvideoediting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify performance baselines and regression signals for a codebase.

Core Features & Use Cases

  • Baseline measurement across pages, APIs, and builds.
  • Regression detection before/after PRs or releases.
  • Compare different stack configurations and setups.

Quick Start

Run the benchmark tool against your current codebase to collect initial baselines.

Frequently Asked Questions about benchmark

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

FAQPage Schema
How do I detect performance regressions before merging a pull request?

To detect performance regressions during PR reviews, run the benchmark tool to compare current codebase metrics against stored baselines. It identifies regression signals across pages, APIs, and builds before deployment.

What is a performance baseline and how do I measure it for my codebase?

A performance baseline is a stored reference point for your codebase's speed and efficiency. You measure it by running the benchmark tool against your current codebase to collect initial metrics for pages, APIs, and builds.

Can I compare different stack configurations using performance benchmarks?

Yes, you can compare different stack configurations and setups. The benchmark tool provides modular benchmarks for pages, APIs, and builds, allowing you to evaluate and contrast performance across various stack configurations during releases.

How do I track long-term API and build performance changes?

To track long-term API and build performance changes, the benchmark tool stores initial baselines for continuous comparison. This allows you to monitor stack configurations and detect regressions throughout feature deployments and release cycles.

Do I need any dependencies to run performance benchmarks on my codebase?

No dependencies are required to run performance benchmarks on your codebase. The benchmark tool operates independently to measure page, API, and build baselines and identify regression signals during PR reviews.