eval-harness

Formalize AI development evaluations with pass@k and pass^k metrics.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Miles0sage/claude-ultimate-stack --skill eval-harness-miles0sage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-harness
Source: https://github.com/Miles0sage/claude-ultimate-stack/tree/main/skills/eval-harness
Command: npx skills add https://github.com/Miles0sage/claude-ultimate-stack --skill eval-harness-miles0sage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured framework for evaluating the performance and reliability of AI-driven development processes, ensuring consistent and measurable outcomes.

Core Features & Use Cases

  • Eval-Driven Development (EDD): Implements principles where evaluations define success before implementation.
  • Metric Tracking: Supports pass@k and pass^k metrics for measuring reliability and success rates.
  • Use Case: When developing a new AI agent feature, define capability and regression evals using this Skill to ensure the feature works as expected and doesn't break existing functionality, tracking reliability with pass@3 metrics.

Quick Start

Use the eval-harness skill to define a new capability evaluation for the user registration feature.

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 agents?

Eval-Driven Development (EDD) formalizes evaluation for AI-assisted development by defining success criteria before implementation. It uses capability and regression evals to ensure AI agents perform reliably and consistently across various tasks.

How do I measure AI agent reliability and task completion?

You measure AI agent reliability using pass@k and pass^k metrics. These metrics track success rates and task completion consistency, allowing you to quantify how dependably an AI agent performs a specific function like user registration.

How do I set up capability and regression evals for AI features?

To set up capability and regression evals, define the expected outcomes for a new AI feature before implementation. Use an eval harness to integrate code-based, model-based, and human graders for comprehensive assessment of feature functionality.

Can I use different types of graders to evaluate AI performance?

Yes, you can integrate code-based, model-based, and human graders to evaluate AI performance. This combination provides a comprehensive assessment framework for measuring AI agent reliability and ensuring consistent task completion.

What is the difference between pass@k and pass^k metrics?

Pass@k and pass^k metrics measure AI agent reliability and task completion from different statistical angles. These metrics track success rates to ensure new features work as expected without breaking existing functionality during regression testing.