eval

Execute Loa framework test suites and output per-trial JSONL results.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Run framework correctness suite, regression suite, and the skill-quality evaluation suite to validate stability and quality.
  • Update baselines, compare results across runs, and drill into per-task outcomes for targeted improvements.
  • Apply evaluations to framework changes, individual skills, or entire constructs to ensure compatibility and performance.

Quick Start

Run /eval --suite framework to execute the framework tests.

Frequently Asked Questions about eval

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

FAQPage Schema
How do I run regression tests against the Loa framework?

Benchmark skill quality by running the skill-quality evaluation suite within the eval framework. It automates evaluation across baselines and per-task outcomes, appending results to a ledger for targeted improvements and stability validation.

What is the best way to compare evaluation results across multiple test runs?

Compare evaluation results across runs by using the eval Skill to update baselines and parse outputs from the append-only ledger. The framework outputs per-trial results in JSONL, enabling you to drill into per-task outcomes for targeted improvements.

Can I apply framework evaluations to individual skills or entire constructs?

Apply framework evaluations to individual skills or entire constructs using the eval Skill. It validates compatibility and performance by executing framework correctness, regression, and skill-quality suites against the Loa framework.

Do I need any external dependencies to execute Loa evaluation suites?

No external dependencies are required to execute Loa evaluation suites. The eval Skill operates independently, parsing CLI arguments and delegating to an internal shell script harness to automate framework correctness and skill-quality tasks.