eval-before-ship

eval-before-ship is a skill for Claude Code from RBraga01/builder-ai. It costs 46 tokens per session (1,357 once invoked), scanned A, original, MIT.

A required evaluation process for language-model features before they are merged, deployed, or demonstrated.

In plain words
What is it for?
It helps create or verify a named test suite, metric, pass threshold, failure analysis, and baseline comparison for model features.
Why use it?
It replaces informal checks such as “it looked good” with measured results, failure analysis, and comparison against a baseline.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the builder-ai plugin — 8 skills, 5 agents shipped together

Good fit It helps create or verify a named test suite, metric, pass threshold…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rbraga01/builder-ai/eval-before-ship
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add RBraga01/builder-ai --skill eval-before-ship
Clone the repo
git clone --depth 1 https://github.com/RBraga01/builder-ai

Made for: Claude Code.

Or install builder-ai, the plugin that ships this one along with the rest of its 8 skills, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for eval-before-ship

README.md
[![agentmods](https://agentmods.dev/badge/skills/rbraga01/builder-ai/eval-before-ship.svg)](https://agentmods.dev/skills/rbraga01/builder-ai/eval-before-ship)
Your own site
<a href="https://agentmods.dev/skills/rbraga01/builder-ai/eval-before-ship"><img src="https://agentmods.dev/badge/skills/rbraga01/builder-ai/eval-before-ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01357
Opus 5 $0.00023 $0.00678
Sonnet 5 $0.00009 $0.00271
Haiku 4.5 $0.00005 $0.00136

Measured 6d ago against content hash 7e1f6ffe5219, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

eval-before-ship scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/eval-before-ship/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Eval Before Ship

The Law

AN LLM FEATURE IS NOT READY UNTIL NUMBERS EXIST.
"It looked good when I tested it" is not an eval.
"I ran a few examples and it worked" is not an eval.
A named suite, a defined metric, a pass rate, a failure analysis,
and a baseline comparison IS an eval. All five. Not four.

When to Use

Trigger before any of these:

  • Merging a PR that adds or modifies a prompt
  • Deploying an LLM feature to any environment users can reach
  • Switching models or providers on an existing feature
  • Changing retrieval logic, rerankers, or chunk strategy in a RAG pipeline
  • Updating few-shot examples or system prompt structure

When NOT to Use

  • Exploratory prototypes that will not reach users (note it: "eval required before production")
  • Config-only changes that cannot affect model output (timeouts, logging, env vars)

What Counts as an Eval

An eval must have all five components:

Component What It Means What Does NOT Count
Named test suite File with labelled examples in evals/ "I tested it manually"
Defined metric Accuracy %, faithfulness score, task pass rate "It seemed accurate"
Pass threshold Explicit minimum (e.g., ≥ 85%) No threshold = no standard
Failure analysis ≥ 5 failures examined and categorised "There were a few errors"
Baseline comparison This version vs. previous version or control First release exempt; all subsequent require it

The Process

Step 1 — Define the Eval Before Writing the Prompt

Answer these before touching the prompt:

  • What does a correct output look like for this task?
  • What metric will you use to measure it?
  • What is the minimum acceptable score for production?

If you cannot answer these before building, the task is not well enough specified to build.

Step 2 — Build a Representative Test Set

evals/
  <feature-name>/
    test-set.jsonl     ← labelled examples, one JSON object per line
    harness.py         ← eval runner
    results-<date>.md  ← documented results

Read the full file on GitHub · 141 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 141 lines · 46 tokens per session scan A 7e1f6ffe5219

Subscribe to this mod's changes

eval-before-ship is a skill published in the GitHub repository RBraga01/builder-ai (2 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 1,357 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

recipe-eval-prompt

Compares original and optimized prompts through repeated blind paired execution in git worktrees. Use when evaluating prompt improvement effects or learning prompt engineering through concrete examples.

shinpr/rashomon · 36 tokens

llm-evaluation

LLM evaluation — automated metrics, human feedback, benchmarking. Use when testing performance, measuring AI quality, or establishing evaluation frameworks.

martineserios/thebrana · 31 tokens

fetch-llm-papers

Workflow for updating the LLM landscape paper pool (section/xllmpapers.md) using fetchllmpapers.py. Covers full re-fetch, resume from checkpoint, and adding new topics. USE FOR: Refreshing citation counts, expanding topic coverage. DO NOT USE FOR: Adding hand-curated entries to section files (use…

kimtth/azure-openai-llm-notes · 101 tokens

eval-harness

Professional Eval Harness Expert skill. Integrate LLM API workflows, safe system prompt guidelines, and agentic workflows.

AtulPurohit/Antigravity-Awesome-Skills · 27 tokens

evaluating-llms-harness

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

NousResearch/hermes-agent · 29 tokens

ai-engineering-toolkit

6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-point checklist), eval harness building, and product sense coaching.

sickn33/agentic-awesome-skills · 47 tokens