What problem does it solve? Retrieval-augmented generation pipelines often ship without verified context relevance, citation grounding, tenant isolation, or evaluation baselines, leading to ungrounded answers and silent regressions. This Skill provides a structured, read-only review of a RAG pipeline and returns an evidence-backed decision report. ## Core Features & Use Cases - Retrieval Inspection: Traces vector store, embedding model, chunking strategy, top-k selection, tenant filters, deduplication, reranking, and token-budget truncation in supplied code and outputs. - Evaluation Verification: Checks for RAGAS-or-equivalent metrics (faithfulness, context_recall, context_precision), versioned baselines, acceptance thresholds, query slices, and regression gates. - Citation and Fallback Review: Flags claims attributed to unverified text and missing insufficient-context fallback behavior. - Use Case: Given a ChromaDB + Ollama pipeline with no evaluation results, the Skill reports the evidence gap, explains that missing reranking alone is not a defect, and recommends establishing baseline metrics before production readiness. ## Quick Start Review my RAG pipeline code and retrieval outputs for context relevance, citation grounding, tenant isolation, and evaluation coverage, then return an approve or block decision report.