eval-harness

Define and run structured capability and regression evals for Claude Code sessions.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/deepan-alve/Tcsinthacks --skill eval-harness-deepan-alve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-harness
Source: https://github.com/deepan-alve/Tcsinthacks/tree/main/.claude/skill/eval-harness
Command: npx skills add https://github.com/deepan-alve/Tcsinthacks --skill eval-harness-deepan-alve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formalizes evaluation workflows for Claude Code sessions, enabling eval-driven development (EDD) to define expectations, run checks, and track regressions.

Core Features & Use Cases

  • Defines capability and regression evals to validate new features and guard against regressions.
  • Provides scoring and evaluation rubric prompts for model and human reviewers.
  • Documents and version-controls eval definitions and histories for auditable workflows.

Quick Start

Define the evals for a feature and run the eval workflow to evaluate Claude Code sessions.

Frequently Asked Questions about eval-harness

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

FAQPage Schema
How do I structure capability and regression evals for Claude Code sessions?

Structure capability and regression evals for Claude Code sessions using a formal eval-driven development framework. It defines eval types, scoring schemes like pass@k and pass^k, and workflows to validate new features and guard against regressions.

What is eval-driven development for AI coding assistants?

Eval-driven development is a formal workflow to define expectations, run checks, and track regressions in AI coding sessions. It applies structured capability evaluations, model grading prompts, and human review workflows across feature changes.

How do I apply model grading and human review workflows to AI coding evaluations?

Apply model grading and human review workflows to AI coding evaluations using predefined scoring rubrics and evaluation prompts. This framework guides reviewers through a structured workflow to define, implement, evaluate, and report on session quality.

Can I version control and audit AI evaluation histories within my project?

Version control and audit AI evaluation histories by storing them under a versioned .claude/evals directory pattern. This approach documents eval definitions and histories, enabling fully auditable workflows for Claude Code projects.

Does this evaluation framework require external dependencies to run?

This evaluation framework requires no external dependencies to run. It provides a self-contained set of definitions, scoring schemes, and workflow guidance for evaluating Claude Code sessions directly within your project.

When should I use pass@k versus pass^k scoring schemes for model evaluations?

Use pass@k and pass^k scoring schemes for model evaluations to formally assess capability and regression outcomes. The framework defines these specific scoring rubrics to measure AI session performance and track feature changes.