Eval Running Skill

Run evaluation suites against the Loa framework to detect regressions and quantify skill quality.

8|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/0xHoneyJar/loa-freeside --skill eval-running-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Eval Running Skill
Source: https://github.com/0xHoneyJar/loa-freeside/tree/main/.claude/skills/eval-running
Command: npx skills add https://github.com/0xHoneyJar/loa-freeside --skill eval-running-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run evaluation suites to detect regressions and benchmark skill quality across the Loa framework.

Core Features & Use Cases

  • Supports framework correctness, regression, and skill-quality eval suites.
  • Enables baseline updates and result comparisons for CI and local validation.
  • Produces structured outputs (JSONL) for downstream analytics and auditing.

Quick Start

Run the evaluation harness to execute the framework correctness suite.

Frequently Asked Questions about Eval Running Skill

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

FAQPage Schema
How do I run evaluation suites to detect regressions in my automation framework?

Run evaluation suites via a harness-driven pipeline to detect regressions and benchmark skill quality across your automation framework. It orchestrates end-to-end execution and baseline comparison for both CI and local validation runs.

What is the best way to benchmark per-skill task quality in CI?

Benchmark per-skill task quality in CI by executing a harness-driven evaluation pipeline. It ensures deterministic results and enables baseline management to quantify framework correctness across automated runs.

How does baseline management work for framework regression tests?

Baseline management for regression tests works by comparing current evaluation suite outputs against stored baselines. It enables updating reference baselines and validating results locally or within CI to detect regressions.

Can I use structured outputs from evaluation suites for downstream analytics?

You can use structured outputs from evaluation suites for downstream analytics because the harness produces JSONL files. These structured logs support auditing and result comparison after running framework correctness or regression tests.

Does the evaluation harness support local runs and CI validation?

The evaluation harness supports both local runs and CI validation environments. It executes framework correctness, regression tests, and per-skill benchmarks deterministically across these scenarios for consistent baseline management.

What's the difference between framework correctness suites and per-skill benchmarks?

Framework correctness suites validate the core orchestration pipeline, whereas per-skill benchmarks quantify individual task quality. Both are executed by the evaluation harness to detect regressions and produce structured JSONL outputs.