cli-eval

Automates the creation and execution of LLM benchmark evaluation suites via CLI.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/DevMHOne/nextroute --skill cli-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-eval
Source: https://github.com/DevMHOne/nextroute/tree/main/skills/cli-eval
Command: npx skills add https://github.com/DevMHOne/nextroute --skill cli-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation, management, and execution of automated evaluation suites to benchmark LLM outputs, capture scores, and compare model performance across rubrics, all from the CLI.

Core Features & Use Cases

  • Create and manage eval suites with rubrics and samples
  • Run evaluations against multiple models and view live progress
  • Generate scorecards and CI-friendly reports for automated pipelines
  • Compare models side-by-side and integrate results into your CI workflow

Quick Start

Install the nextroute CLI, define a basic eval suite, and run it against a model to see results.

Frequently Asked Questions about cli-eval

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

FAQPage Schema
How do I run automated LLM evaluations from the CLI?

Run automated LLM evaluations by defining an eval suite with rubrics and samples, then executing it against target models to capture scores and generate result scorecards. This requires a local nextroute CLI to manage and execute benchmark workflows.

Can I compare multiple LLM models side-by-side in a CI pipeline?

Yes, you can compare multiple LLM models side-by-side within a CI pipeline. The tool generates CI-friendly scorecards and reports from evaluation suites, enabling automated comparative scoring across models and rubrics directly within your workflows.

What is an eval suite and how does it benchmark LLM outputs?

An eval suite is a defined configuration containing rubrics and sample formats used to benchmark LLM outputs. It automates evaluation by applying scoring rubrics to model responses, capturing comparative results in a scorecard to measure performance.

Do I need the nextroute CLI to execute model evaluation workflows?

Yes, you need the local nextroute CLI installed to execute model evaluation workflows. It provides the required environment to define eval suites, apply rubric types, run benchmarks against multiple models, and output result scorecards.

What's the best way to integrate LLM benchmark results into automated pipelines?

The best way to integrate LLM benchmark results into automated pipelines is by running CLI-based evaluations that output CI-friendly reports. You configure eval suites with specific rubrics and sample formats, then execute them to generate scorecards compatible with automated workflows.