eval-harness

Define and run capability and regression evals for Claude Code tasks.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill eval-harness-devs6186
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-harness
Source: https://github.com/devs6186/claude-private-skills-agents-commands/tree/main/skills/eval-harness
Command: npx skills add https://github.com/devs6186/claude-private-skills-agents-commands --skill eval-harness-devs6186

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formalizes eval-driven development, enabling repeatable, auditable evaluation for Claude Code tasks.

Core Features & Use Cases

  • Define capability and regression evals
  • Deterministic code-based graders and model-based graders
  • Centralized eval storage and reporting

Quick Start

Define evals, implement tests, and run the evaluation workflow to generate a report.

Frequently Asked Questions about eval-harness

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

FAQPage Schema
How do I set up evaluation-driven development for Claude Code tasks?

Evaluation-driven development for Claude Code tasks is formalized by defining capability and regression evals, implementing deterministic or model-based graders, and running a repeatable workflow to generate auditable reports.

What is a model-based grader and how does it work for AI regression testing?

A model-based grader uses an AI model to evaluate task outputs against defined success criteria, complementing deterministic code-based graders to enforce versioned baselines and automate regression testing across multiple model versions.

How do I run regression evals across multiple Claude model versions?

Regression evals across multiple model versions are executed by defining versioned baselines, applying deterministic or model-based graders, and storing results centrally for human review and audit reporting.

Can I use deterministic code-based graders alongside human review for AI evaluations?

Deterministic code-based graders can be used alongside human review options within the evaluation workflow, enforcing defined success criteria while allowing manual oversight for capability and regression evals.

What is the best way to maintain versioned baselines for AI capability evaluations?

Versioned baselines for AI capability evaluations are maintained through a formal eval framework that stores organized test definitions and grading results centrally, ensuring repeatable and auditable reporting across development cycles.

When should I not use automated model grading for eval-driven development?

Automated model grading should be supplemented with human review when evaluating complex or subjective Claude Code tasks, ensuring defined success criteria are met beyond what deterministic or model-based graders can autonomously verify.