Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alirezarezvani avatar

Eval

  • 1.4k installs
  • 23.5k repo stars
  • Updated July 17, 2026
  • alirezarezvani/claude-skills

eval is an agent skill that Evaluate and rank agent results by metric or LLM judge for an AgentHub session.

About

Evaluate and rank agent results by metric or LLM judge for an AgentHub session. --- name: "eval" description: "Evaluate and rank agent results by metric or LLM judge for an AgentHub session." command: /hub:eval --- # /hub:eval - Evaluate Agent Results Rank all agent results for a session. Supports metric-based evaluation (run a command), LLM judge (compare diffs), or hybrid. ## Usage ``` /hub:eval # Eval latest session using configured criteria /hub:eval 20260317-143022 # Eval specific session /hub:eval --judge # Force LLM judge mode (ignore metric config) ``` ## What It Does ### Metric Mode (eval command configured) Run the evaluation command in each agent's worktree: ```bash python {skill_path}/scripts/result_ranker.py \ --session {session-id} \ --eval-cmd "{eval_cmd}" \ --metric {metric} --direction {direction} ``` Output: ``` RANK AGENT METRIC DELTA FILES 1 agent-2 142ms -38ms 2 2 agent-1 165ms -15ms 3 3 agent-3 190ms +10ms 1 Winner: agent-2 (142ms) ``` ### LLM Judge Mode (no eval command, or --judge flag) For each agent: 1.

  • /hub:eval - Evaluate Agent Results
  • Get the diff: `git diff {base_branch}...{agent_branch}`
  • Read the agent's result post from `.agenthub/board/results/agent-{i}-result.md`
  • Compare all diffs and rank by:
  • **Correctness** - Does it solve the task?

Eval by the numbers

  • 1,401 all-time installs (skills.sh)
  • +2 installs in the week ending Jul 29, 2026 (Skillselion tracking)
  • Ranked #492 of 2,159 Testing & QA skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
At a glance

eval capabilities & compatibility

Capabilities
/hub:eval — evaluate agent results · get the diff: `git diff {base_branch}...{agent_b · read the agent's result post from `.agenthub/boa · compare all diffs and rank by: · **correctness** — does it solve the task?
Use cases
documentation
From the docs

What eval says it does

Supports metric-based evaluation (run a command), LLM judge (compare diffs), or hybrid.
SKILL.md
Get the diff: `git diff {base_branch}...{agent_branch}` 2.
SKILL.md
Read the agent's result post from `.agenthub/board/results/agent-{i}-result.md` 3.
SKILL.md
Compare all diffs and rank by: - **Correctness** — Does it solve the task?
SKILL.md
npx skills add https://github.com/alirezarezvani/claude-skills --skill eval

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars23.5k
Security audit2 / 3 scanners passed
Last updatedJuly 17, 2026
Repositoryalirezarezvani/claude-skills

What problem does eval solve for developers using this skill?

Evaluate and rank agent results by metric or LLM judge for an AgentHub session.

Who is it for?

Developers who need eval patterns described in the cached skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

Evaluate and rank agent results by metric or LLM judge for an AgentHub session.

What you get

Actionable workflows and conventions from SKILL.md for eval.

  • ranked agent results
  • evaluation scores

Files

SKILL.mdMarkdownGitHub ↗

../../../engineering/agenthub/skills/eval/SKILL.md

Related skills

How it compares

Use eval within AgentHub parallel sessions; use standalone LLM eval frameworks for production model benchmarking outside git worktrees.

FAQ

What does eval do?

Evaluate and rank agent results by metric or LLM judge for an AgentHub session.

When should I use eval?

Evaluate and rank agent results by metric or LLM judge for an AgentHub session.

Is eval safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.