benchmark

Measure web page performance metrics and compare them to baselines.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/agwacom/adeel --skill benchmark-agwacom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark
Source: https://github.com/agwacom/adeel/tree/main/skills/benchmark
Command: npx skills add https://github.com/agwacom/adeel --skill benchmark-agwacom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify performance regressions by measuring web page performance metrics with a browse daemon and comparing them to baselines.

Core Features & Use Cases

  • Full audits on URLs and page sets
  • Baseline capture, comparison, and trend analysis
  • Detailed timing and resource metrics suitable for CI dashboards
  • Save and share reports for PR reviews

Quick Start

Invoke /adeel:benchmark with a URL to run a full performance audit and baseline comparison.

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 in a pull request workflow?

Detect web performance regressions by measuring page metrics with a browse daemon and comparing them against stored baselines. You can run full audits, quick checks, or diffs against modified pages directly within your PR workflows.

What web performance metrics are collected for CI dashboard reporting?

Web performance metrics collected include navigation timing data, resource timing data, and bundle sizes. These metrics are stored as baselines and output as JSON or Markdown reports suitable for CI dashboards.

How do I compare current page performance against a historical baseline?

Compare current page performance against a historical baseline by capturing navigation timing and resource metrics with a browse daemon, then generating a diff report to spot regressions before users notice.

Can I run a quick performance check on modified pages instead of a full audit?

You can run a quick performance check on modified pages instead of a full audit. The tool supports full audits on URLs and page sets as well as targeted diffs against the current branch or modified pages.

What format are the performance benchmark reports saved in for PR reviews?

Performance benchmark reports are saved in JSON and Markdown formats. These reports contain detailed timing and resource metrics, making them easy to save, share, and review in pull request workflows.