eval-running

Execute Loa framework evaluation suites and output JSON results.

4|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/loa-hounfour --skill eval-running
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-running
Source: https://github.com/0xHoneyJar/loa-hounfour/tree/main/.claude/skills/eval-running
Command: npx skills add https://github.com/0xHoneyJar/loa-hounfour --skill eval-running

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of evaluating and benchmarking the quality of Loa skills, ensuring that framework changes do not introduce regressions and that skills maintain their expected performance.

Core Features & Use Cases

  • Run Evaluation Suites: Execute predefined suites like 'framework' or 'regression' to assess skill behavior.
  • Target Specific Tasks or Skills: Focus evaluations on individual tasks or all tasks associated with a particular skill.
  • Update Baselines: Easily update existing evaluation baselines with new results, providing a rationale for the changes.
  • Use Case: After deploying a new version of the Loa framework, run the 'regression' suite to confirm that existing skills still function as expected and haven't been negatively impacted.

Quick Start

Run the framework correctness evaluation suite by typing /eval --suite framework.

Frequently Asked Questions about eval-running

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

FAQPage Schema
How do I run regression testing for skill quality evaluation?

Run regression testing for skill quality evaluation by executing predefined suites against the Loa framework via a shell harness to detect performance regressions and benchmark results. You can target specific suites, tasks, or all tasks for a given skill.

What is skill benchmarking and when do I need to update baselines?

Skill benchmarking is the process of evaluating skill quality against expected results. You need to update baselines when framework changes alter expected outcomes, allowing you to save new evaluation results with a documented rationale for the changes.

How do I execute specific evaluation tasks instead of a full suite?

Execute specific evaluation tasks by targeting individual tasks or all tasks associated with a particular skill instead of running a full suite. The shell harness supports focused evaluations and outputs results in JSON format with defined exit codes for status reporting.

Can I output evaluation results in JSON format for automated benchmarking?

Yes, you can output evaluation results in JSON format for automated benchmarking. The evaluation suites provide JSON output and utilize defined exit codes for status reporting, enabling seamless integration into automated testing and continuous integration workflows.

Does the evaluation suite support detecting framework regressions after updates?

Yes, the evaluation suite supports detecting framework regressions after updates. After deploying a new version of the Loa framework, run the regression suite to confirm existing skills function correctly and have not been negatively impacted by the changes.