# RAG Evaluation

> Use when modifying retrieval, chunking, RRF, rerank, citation, answer grounding, or evaluation scripts.

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

---


# RAG Evaluation

Required metrics:
- Recall@3
- Recall@5
- MRR
- citation correctness
- evidence support rate
- unsupported claim rate

Rules:
1. Do not use vector-only retrieval for the MVP.
2. Keep FAQ, Policy, and Case source types visible in retrieval outputs.
3. Retrieval trace must preserve query, keyword results, vector results, fused results, final evidence, scores, doc_type, and source ids.
4. Do not claim improvement without running evaluation.

