eval-pipeline-plan

Create structured evaluation plans for GenAI applications with metrics and datasets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns a vague need to evaluate a GenAI application into a structured, implementation-ready evaluation plan with clear targets, datasets, metrics, and deployment guidance.

Core Features & Use Cases

  • Evaluation Scope Discovery: Identifies agents, skills, and end-to-end flows that need testing before plans are written.
  • Plan and Dataset Authoring: Produces organized markdown plans, test datasets, and model configuration files for repeatable evaluation.
  • Platform Alignment: Centers the workflow on LangSmith for tracking and Azure Machine Learning with MLflow for scheduled runs and result visualization.
  • Use Case: A team shipping an LLM feature can use this Skill to define what to test, how to score it, and how to operationalize regression evaluation across releases.

Quick Start

Ask this Skill to analyze your repository and produce a complete evaluation plan for your GenAI application, including datasets, metrics, model configuration, and Azure ML deployment guidance.

Frequently Asked Questions about eval-pipeline-plan

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

FAQPage Schema
How do I create a structured evaluation plan for a GenAI application?

To create a structured GenAI evaluation plan, define the testing scope by identifying agents and end-to-end flows, then author markdown plans, test datasets, and model configuration files. This process organizes metrics and deployment guidance for repeatable evaluation workflows.

What is the best way to set up regression testing for LLM features across releases?

The best way to set up regression testing for LLM features is to operationalize scheduled evaluation runs using Azure Machine Learning batch runs and MLflow reporting, guided by a structured plan that defines test datasets and scoring metrics.

Does LangSmith work with Azure Machine Learning and MLflow for evaluation tracking?

Yes, LangSmith works with Azure Machine Learning and MLflow for evaluation tracking. This approach centers workflows on LangSmith for tracing and Azure ML with MLflow for scheduled batch runs and visualizing regression test results.

How do I generate test datasets and model configuration files for evaluating AI products?

You generate test datasets and model configuration files by analyzing your GenAI application repository to identify required agents and skills, then authoring structured markdown plans with corresponding schemas to ensure repeatable evaluation.

Can I use this approach to define what to test and how to score GenAI agents before deployment?

Yes, you can use this approach to define what to test and how to score GenAI agents. It identifies specific agents, skills, and end-to-end flows requiring testing, then produces organized plans with clear metrics and deployment documentation.

What components do I need to operationalize GenAI evaluation pipelines with Azure ML?

To operationalize GenAI evaluation pipelines with Azure ML, you need markdown frontmatter for plan structure, model configuration files, defined dataset schemas, and deployment utilities that support repeatable batch runs and MLflow reporting.