AI AGENT ADDONS

Eval Harness

affaan-m/ecc
Testing & QA
786installs

Eval-driven development helps you measure how well an AI agent does its job. You write down what success looks like before the agent starts. Then you check if it passes or fails each test.

This framework tracks results with pass@k metrics. For example pass@3 means at least one success in three tries. You can catch regressions when changes break something that used to work.

Use it to improve agent reliability over time. The same idea works for testing new features or checking older ones still work.

Add Eval Harness skill to your workflow

Global

mkdir -p ~/.claude/skills/eval-harness

Project

mkdir -p .claude/skills/eval-harness

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago