waxa-eval

Coordinate empirical evaluation loops for skill prompts using the waxa CLI.

320|3|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/mizchi/skills --skill waxa-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: waxa-eval
Source: https://github.com/mizchi/skills/tree/main/meta/waxa-eval
Command: npx skills add https://github.com/mizchi/skills --skill waxa-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Empirical evaluation loops for skill prompts, codified from real iter runs. This skill acts as the operating manual for the waxa CLI, guiding how to author scenarios, choose graders, interpret unclear-points, and manage a ledger to judge convergence.

Core Features & Use Cases

  • Four-stage iteration pattern (structural fix, grader breadth, surface-form coverage, residual unclear)
  • Explicit invocation rules: only run when the user asks for evaluation
  • Scenario authoring under evals/ with templates and per-task scenarios
  • Ledger-based convergence tracking and extraction of general fix rules
  • Integration with empirical-prompt-tuning methodology and the waxa tooling

Quick Start

Scaffold the eval skeleton inside the skill directory and run an iteration pass with the provided eval.yaml to start the loop.

Frequently Asked Questions about waxa-eval

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

FAQPage Schema
What is empirical prompt tuning for skill evaluation?

Empirical prompt tuning is a methodology for iteratively evaluating skill prompts using structured scenarios. It codifies real iteration runs to guide grader selection, interpret unclear points, and manage a ledger to judge convergence across defined test cases.

How do I set up an iterative evaluation loop for prompt scenarios?

To set up an iterative evaluation loop, scaffold the evaluation skeleton inside your skill directory. Author per-task scenarios under the evals/ directory using templates, configure the eval.yaml file, and run an iteration pass to start tracking results in ledger.yaml.

What is the four-stage iteration pattern for skill evaluation?

The four-stage iteration pattern consists of structural fixes, grader breadth expansion, surface-form coverage, and addressing residual unclear points. This progression systematically refines prompt quality and evaluation convergence across multiple scenarios.

How do I track convergence when iterating on skill evaluations?

You track convergence by recording per-iteration results in ledger.yaml. This ledger-based approach logs outcomes across defined scenarios, allowing you to judge convergence and extract general fix rules from the empirical evaluation runs.

When should I run empirical evaluations on my skill prompts?

You should run empirical evaluations explicitly when the user asks for evaluation or when you need to iterate on skill quality. The skill operates on invocation rules and does not run automatically outside of requested evaluation contexts.

Can I use this iteration approach without specific grader tools?

You need the waxa CLI to coordinate the evaluation loops and apply the empirical-prompt-tuning methodology. The CLI provides the necessary tooling to select graders, run scenarios, and manage the ledger for tracking convergence.