eval-run

Runs plugin outputs through scenarios to evaluate quality and regressions.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/kenziecreative/kenzie-creative --skill eval-run-kenziecreative
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-run
Source: https://github.com/kenziecreative/kenzie-creative/tree/main/.claude/skills/eval-run
Command: npx skills add https://github.com/kenziecreative/kenzie-creative --skill eval-run-kenziecreative

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires eval-runner, eval-judge, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the evaluation of plugin outputs, identifying quality and regression issues in plugin outputs efficiently.

Core Features & Use Cases

  • Output Evaluation: Runs each scenario through a blind eval-runner, computes deterministic gates, and scores captures against the target's rubric.
  • Regression Checks: Checks for regressions in plugin outputs after any change to the target's skills.
  • Use Case: When updating a plugin, use this Skill to ensure the new version maintains quality and functionality.

Quick Start

Run the evaluation of the strategist plugin using the command: eval-run --target strategist --scope golden

Frequently Asked Questions about eval-run

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

FAQPage Schema
How do I check for regressions in plugin outputs after a code update?

To check for regressions in plugin outputs, run the updated plugin through targeted scenarios using blind evaluation runners and deterministic gates to score captures against your rubric and ensure consistent quality.

What is the best way to automate quality assurance checks for plugin scenarios?

Automating quality assurance for plugin scenarios involves running a blind eval-runner across various test cases, computing deterministic gates, and scoring the output captures against the target's defined rubric to identify quality drops.

Do I need specific agents configured to evaluate output quality?

Yes, evaluating output quality requires setting up the eval-runner and eval-judge agents, as the Skill relies on these dependencies to execute scenarios, compute deterministic gates, and score captures.

How do I run a code review evaluation on a specific plugin target?

Run a code review evaluation on a specific plugin target by executing the command with the target name and scope, such as specifying the target plugin and defining the golden scope to run the appropriate scenarios.

How does blind evaluation scoring work for regression checks?

Blind evaluation scoring for regression checks works by running scenarios through an eval-runner without knowing the target version, computing deterministic gates, and using an eval-judge to score captures against the target's rubric.