agent-eval

Benchmark coding agents on reproducible tasks with pass rate, cost, time, and consistency metrics.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-plus --skill agent-eval-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-eval
Source: https://github.com/aayushsoam/clawbot-plus/tree/main/skills/agent-eval
Command: npx skills add https://github.com/aayushsoam/clawbot-plus --skill agent-eval-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework to compare different coding agents on reproducible tasks, yielding objective benchmarks to guide tool selection.

Core Features & Use Cases

  • Multi-Agent Evaluation: Run head-to-head comparisons across several agents with standardized tasks and judges.
  • Reproducible Runs: Leverage git worktrees and pinned task definitions to ensure repeatable experiments.
  • Metrics & Reporting: Capture pass rate, cost, time, and consistency across trials to surface actionable insights.

Quick Start

Configure your tasks under the tasks/ directory and run agent-eval to compare agents across multiple trials.

Frequently Asked Questions about agent-eval

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

FAQPage Schema
How do I benchmark coding agents on reproducible tasks to compare performance?

Benchmarking coding agents on reproducible tasks requires per-task YAML definitions and git worktrees to run repeatable multi-agent trials. The framework collects pass rate, cost, time, and consistency metrics to compile objective comparison reports.

What metrics are captured when running head-to-head coding agent comparisons?

Running head-to-head coding agent comparisons captures pass rate, cost, time, and consistency metrics across multiple trials. The framework compiles these metrics into reports to surface actionable insights for tool selection.

Does benchmarking coding agents require git worktrees for reproducible runs?

Yes, benchmarking coding agents for reproducible runs requires git worktrees and pinned task definitions to ensure repeatable experiments. This mechanism isolates agent environments to guarantee standardized task conditions across trials.

Can I compare Claude, Codex, and Aider on real sprint tasks to select the best tool?

Yes, you can compare Claude, Codex, and Aider on real sprint tasks to select the best tool. The framework supports multi-agent runs with deterministic or model-based judges to measure regression performance and guide selection.

How do I configure task definitions for coding agent evaluations?

Configuring task definitions for coding agent evaluations involves creating YAML files under the tasks/ directory. These pinned definitions standardize evaluation criteria for deterministic or model-based judges across multi-agent runs.