eval

Rank AgentHub session agent results using metrics or an LLM judge.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill eval-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering/agenthub/skills/eval
Command: npx skills add https://github.com/Patasse97/claude-skills --skill eval-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Rank agent results for an AgentHub session using metrics or an LLM judge.

Core Features & Use Cases

  • Metric-based evaluation: Run a per-agent evaluation command to measure performance in their worktrees.
  • LLM judge mode: Compare results with diffs and qualitative verdicts to rank agents.
  • Hybrid ranking: Combine metric scores and judge assessments to determine a robust winner.

Quick Start

Rank the latest AgentHub session results using the configured evaluation criteria.

Frequently Asked Questions about eval

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

FAQPage Schema
How do I evaluate and rank agent results in an AgentHub session?

To rank agent results in an AgentHub session, apply metric-based evaluation, LLM-based comparison, or a hybrid ranking approach to evaluate multiple agents and determine a winning output.

What is the difference between metric-based evaluation and LLM judge mode for ranking agents?

Metric-based evaluation runs a per-agent command to quantitatively measure performance, while LLM judge mode compares agent result diffs and qualitative verdicts. Hybrid ranking combines both approaches to determine a robust winner.

Can I use an LLM to compare agent outputs and declare a winner?

Yes, you can use LLM judge mode to compare results with diffs and qualitative verdicts. This allows an LLM to directly rank agents and determine a winner within an AgentHub session containing multiple agents.

Do I need a custom evaluation command to rank agents in AgentHub?

Yes, a configured evaluation command is required to perform metric-based evaluation across agent worktrees. Without it, you can still use LLM judge mode or hybrid ranking if you prefer qualitative comparison.

How does hybrid ranking determine the best agent result?

Hybrid ranking determines the best agent result by combining quantitative metric scores from your evaluation command with qualitative LLM judge assessments, ensuring a robust winner is selected from the session.

What is needed to run metric-based evaluation across multiple agents?

Running metric-based evaluation requires an AgentHub session with multiple agents and a configured evaluation command. The scripts execute within each agent's worktree to measure and rank their performance outputs.