agent-eval-harness
Measure, score, and improve skill performance with evals
All Skills in This Repository (7)
Pure Emerald Level Indicatorseval-analyze
Analyze a target skill to generate eval.yaml configuration for /eval-run.
eval-review
Analyze evaluation results to identify alignment gaps between automated checks and human assessment.
eval-setup
Configure and validate the agent-eval-harness environment with MLflow tracking and API key checks.
eval-run
Execute skills against test cases, score outputs with judges, and generate run summaries.
eval-mlflow
Logs MLflow evaluation runs and syncs datasets bidirectionally with feedback.
eval-optimize
Analyze eval results and edit SKILL.md to fix judge failures.
eval-dataset
Generates evaluation test cases from eval.md and eval.yaml for /eval-run workflows.
Frequently Asked Questions
FAQPage SchemaHow to install agent-eval-harness?βΌ
Run `npx skills add opendatahub-io/agent-eval-harness --all -g -y` in your terminal to install all evaluation skills globally.
How to test if my skill actually works?βΌ
Run /eval-analyze to generate an eval.yaml from your skill, then /eval-dataset to create test cases and /eval-run to execute and score them with judges.
Can it compare different models on the same eval?βΌ
Yes. The eval-anova skill runs factorial experiments across models and effort levels, then applies repeated-measures ANOVA and cost/quality Pareto analysis to show which differences are statistically significant.
Does it work with MLflow?βΌ
Yes. The eval-mlflow skill syncs datasets, logs run metrics and artifacts, and attaches judge and human feedback to MLflow traces.
Can it improve a failing skill automatically?βΌ
Yes. The eval-optimize skill reads judge failures and transcripts, edits the skill's instructions, re-runs the eval, and checks for regressions in an automated loop.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core