eval-harness

Automate agent reliability assessments for Claude Code sessions with eval-driven workflows.

8|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/D0NMEGA/donnyclaude --skill eval-harness-d0nmega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-harness
Source: https://github.com/D0NMEGA/donnyclaude/tree/main/packages/skills/eval-harness
Command: npx skills add https://github.com/D0NMEGA/donnyclaude --skill eval-harness-d0nmega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eval-driven evaluation framework for Claude Code sessions to standardize and automate agent reliability assessments.

Core Features & Use Cases

  • Capability and Regression Evals
  • Multiple grader types: code, model, and human
  • End-to-end workflow: define, implement, evaluate, and report
  • Baselines, regression tracking, and artifact storage

Quick Start

Run an initial eval plan against your Claude Code setup to establish a baseline.

Frequently Asked Questions about eval-harness

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

FAQPage Schema
How do I automate agent reliability assessments for Claude Code sessions?

Automate agent reliability assessments by applying an eval-driven evaluation framework to Claude Code sessions, standardizing capability and regression evals from definition to reporting to establish consistent baselines.

What is an eval-driven evaluation framework for prompt engineering?

An eval-driven evaluation framework standardizes agent reliability assessments by defining eval plans in a project structure, implementing deterministic code graders, and tracking regression to measure prompt engineering quality.

How do I set up regression tracking for Claude Code evals?

Set up regression tracking by creating a project structure with .claude/evals definitions, configuring deterministic code graders and model rubrics, and running an initial eval plan to establish a stable baseline for artifact storage.

Can I use model rubrics and human graders together for quality assurance testing?

Yes, you can use model rubrics and human graders together. The framework supports multiple grader types including deterministic code graders, model-based rubrics, and human evaluation across end-to-end workflows.

Do I need a specific project structure to run automated evaluation pipelines?

Yes, a specific project structure is required. You need a .claude/evals directory for eval definitions to enable a stable run and storage pipeline for deterministic code graders and regression tracking.

What's the best way to establish a baseline for agent capability evaluations?

Establish a baseline for agent capability evaluations by defining eval criteria in the .claude/evals directory, implementing your graders, and running an initial eval plan against your Claude Code setup to capture baseline metrics.