omni-ai-eval

Execute Omni CLI eval prompts and score generated query JSON against expected results.

30|4|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/exploreomni/omni-agent-skills --skill omni-ai-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omni-ai-eval
Source: https://github.com/exploreomni/omni-agent-skills/tree/main/skills/omni-ai-eval
Command: npx skills add https://github.com/exploreomni/omni-agent-skills --skill omni-ai-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluate and quantify Omni AI's query generation accuracy by running test prompts through the Omni CLI, capturing the generated query JSON, and scoring it against expected results to produce a clear accuracy metric.

Core Features & Use Cases

  • Execute standardized eval prompts to validate AI-generated query structures (topic, fields, filters, sorts) against expected results.
  • Benchmark AI output across branches, perform regression tests, and compare results to guide model improvements.
  • Leverage eval findings with tools like omni-ai-optimizer and omni-model-explorer to drive reproducible improvements.

Quick Start

Run a basic eval suite to obtain a concrete AI query accuracy score for your model.

Frequently Asked Questions about omni-ai-eval

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

FAQPage Schema
How do I benchmark AI query generation accuracy against expected results?

You can benchmark AI query generation accuracy by executing predefined eval prompts via the Omni CLI, capturing the generated query JSON, and scoring it against expected results to produce a clear accuracy metric.

How do I run regression tests for AI-generated query structures?

Run regression tests for AI-generated query structures by executing standardized eval prompts to validate the topic, fields, filters, and sorts against expected results across different branches.

What AI evaluation metrics are used for scoring query generation?

AI evaluation metrics for query generation scoring focus on validating specific query structures, specifically evaluating the accuracy of topic, fields, filters, and sorts within the generated JSON output.

Can I compare model evaluation results across different branch configurations?

Yes, you can compare model evaluation results across different branch configurations by running standardized eval sets through the Omni CLI and exporting the scored results to guide improvements.

Do I need the Omni CLI to execute model evaluation tasks?

Yes, the Omni CLI is required to execute model evaluation tasks, as the skill captures generated query JSON and scores it by enforcing evaluation tasks through standardized eval sets.

What is the best way to export AI evaluation results for reproducible improvements?

The best way to export AI evaluation results is by running eval prompts to generate exportable scored outputs, which can then be leveraged with tools like omni-ai-optimizer to drive reproducible improvements.