eval-harness

Automate eval-driven testing and regression verification for AI code evaluation.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/devsepnine/hibi_ai --skill eval-harness-devsepnine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-harness
Source: https://github.com/devsepnine/hibi_ai/tree/main/src/skills/eval-harness
Command: npx skills add https://github.com/devsepnine/hibi_ai --skill eval-harness-devsepnine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eval Harness provides a formal framework for eval-driven development, enabling capability and regression testing with pass@k metrics to assess AI outputs during Claude Code sessions.

Core Features & Use Cases

  • Capability Evals: define and run tests that verify new features before integration.
  • Regression Evals: detect regressions across model iterations and changes.
  • Pass@k metrics: quantify success rates across multiple attempts.
  • Flexible graders: support for code-based, model-based, and human evaluation.
  • Use Case: applied to Claude Code sessions to ensure stable, measurable improvements.

Quick Start

Define a new eval plan with capability and regression tests and run the eval workflow.

Frequently Asked Questions about eval-harness

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

FAQPage Schema
What is eval-driven development for AI code generation?

Pass@k metrics quantify AI success rates across multiple generation attempts. Eval Harness calculates these metrics during testing to measure the probability of achieving a correct outcome within k tries, providing statistical confidence in model capabilities.

How do I set up regression tests for Claude Code sessions?

You can set up regression tests by defining an eval plan with specific regression evals. The framework automates regression verification across Claude Code sessions and deployment workflows to detect performance degradation after model iterations.

Can I use both human and automated graders for model evaluation?

Yes, model evaluation supports flexible graders including code-based, model-based, and human evaluation. This allows you to combine automated verification with manual review for comprehensive quality assurance of AI outputs.

How do I detect regressions across AI model iterations?

To detect regressions across model iterations, run regression evals through the eval storage workflow. This applies standardized tests against new model versions to identify and prevent performance drops before deployment.

Does eval-driven testing work with deployment workflows?

Eval-driven testing integrates directly with deployment workflows to ensure stable performance. It applies automated capability and regression verification before integration, preventing regressions from reaching production environments.