benchmark-e2e

Automate end-to-end benchmark runs of vercel-plugin across multiple projects.

246|42|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vercel/vercel-plugin --skill benchmark-e2e-vercel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-e2e
Source: https://github.com/vercel/vercel-plugin/tree/main/.claude/skills/benchmark-e2e
Command: npx skills add https://github.com/vercel/vercel-plugin --skill benchmark-e2e-vercel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

End-to-end benchmark orchestration for vercel-plugin, enabling automated evaluation across multiple projects, capturing performance, behavior, and guidance discrepancies to drive continuous improvement.

Core Features & Use Cases

  • End-to-end pipeline that creates test projects, runs skill injections via claude, launches dev servers, and verifies outcomes.
  • Generates structured metrics (run-manifest.json, events.jsonl, report.json) to track progress and expose gaps.
  • Use case: nightly self-improvement loops by analyzing conversation logs and producing actionable improvement reports.

Quick Start

Run bun run scripts/benchmark-e2e.ts to execute the full benchmark suite.

Frequently Asked Questions about benchmark-e2e

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

FAQPage Schema
How do I automate end-to-end benchmark runs across multiple projects?

End-to-end benchmark automation orchestrates test project creation, skill injections, dev-server validation, and results analysis to generate actionable reports. This skill executes the full benchmark suite automatically to capture performance and behavior discrepancies.

What is an end-to-end benchmark pipeline for plugin development?

An end-to-end benchmark pipeline systematically evaluates plugins by creating test projects, launching dev servers, and verifying outcomes. It generates structured metrics like run-manifest.json, events.jsonl, and report.json to track progress and expose gaps for continuous improvement.

Can I integrate benchmark automation into CI pipelines for nightly runs?

Yes, end-to-end benchmark automation is designed specifically for CI pipelines and nightly self-improvement loops. It ensures end-to-end orchestration, manifest generation, and traceable events for auditability to produce actionable improvement reports automatically.

How do I generate structured metrics for plugin performance testing?

Generating structured metrics for plugin performance testing requires running the benchmark suite which outputs run-manifest.json, events.jsonl, and report.json files. These track progress and expose gaps by analyzing conversation logs and producing actionable reports.

Does this benchmark tool work without external dependencies?

Yes, this benchmark automation operates without external dependencies, using internal scripts to handle the full orchestration. It creates test projects, runs skill injections, launches dev servers, and verifies outcomes independently within your environment.