# Evaluation

> Frames model, prompt, and system evaluation as a reproducible experiment with baselines, datasets, and explicit metrics.

- Skill: `agentic-in/evaluation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/evaluation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/evaluation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/evaluation

---


# Evaluation

Use this built-in skill when the user wants to compare prompts, models, retrieval setups, or agent behaviors with something stronger than anecdotes.

## Core rules

- Define the task, dataset, metric, and baseline before running comparisons.
- Keep eval inputs and scoring rules stable enough to reproduce.
- Separate offline benchmarking from product acceptance criteria.
- Report both quantitative outcomes and obvious failure modes.

## Default workflow

1. Identify the decision the evaluation should support.
2. Build or select the smallest credible dataset and metric set.
3. Run the baseline and candidate systems under the same conditions.
4. Summarize the tradeoffs, regressions, and confidence level.

## Guardrails

- Do not declare wins from cherry-picked examples.
- Do not mix incomparable prompts, models, or retrieval settings in one score line.
- Do not skip failure-case inspection when the average looks good.

