·evaluate-rag
</>

evaluate-rag

Guides evaluation of RAG pipeline retrieval and generation quality. Use when evaluating a retrieval-augmented generation system, measuring retrieval quality, assessing generation faithfulness or relevance, generating synthetic QA pairs for retrieval testing, or optimizing chunking strategies.

73Installs·2Trend·@hamelsmu

Installation

$npx skills add https://github.com/hamelsmu/evals-skills --skill evaluate-rag

How to Install evaluate-rag

Quickly install evaluate-rag AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hamelsmu/evals-skills --skill evaluate-rag
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hamelsmu/evals-skills.

SKILL.md

View raw

Complete error analysis on RAG pipeline traces before selecting metrics. Inspect what was retrieved vs. what the model needed. Determine whether the problem is retrieval, generation, or both. Fix retrieval first.

Measure each component independently. Use the appropriate metric for each retrieval stage:

Manual curation (highest quality): Write realistic questions and map each to the exact chunk(s) containing the answer.

Guides evaluation of RAG pipeline retrieval and generation quality. Use when evaluating a retrieval-augmented generation system, measuring retrieval quality, assessing generation faithfulness or relevance, generating synthetic QA pairs for retrieval testing, or optimizing chunking strategies. Source: hamelsmu/evals-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hamelsmu/evals-skills --skill evaluate-rag
Category
</>Dev Tools
Verified
First Seen
2026-03-04
Updated
2026-03-10

Browse more skills from hamelsmu/evals-skills

Quick answers

What is evaluate-rag?

Guides evaluation of RAG pipeline retrieval and generation quality. Use when evaluating a retrieval-augmented generation system, measuring retrieval quality, assessing generation faithfulness or relevance, generating synthetic QA pairs for retrieval testing, or optimizing chunking strategies. Source: hamelsmu/evals-skills.

How do I install evaluate-rag?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hamelsmu/evals-skills --skill evaluate-rag Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hamelsmu/evals-skills