hamelsmu/evals-skills▌
7 approved skills in this repository
validate-evaluator
Productivity
Calibrate an LLM judge against human judgment.
generate-synthetic-data
Productivity
Generate diverse, realistic test inputs that cover the failure space of an LLM pipeline.
write-judge-prompt
Productivity
Design a binary Pass/Fail LLM-as-Judge evaluator for one specific failure mode. Each judge checks exactly one thing.
evaluate-rag
Productivity
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.
build-review-interface
Frontend
Build an HTML page that loads traces from a data source (JSON/CSV file), displays one trace at a time with Pass/Fail buttons, a free-text notes field, and Next/Previous navigation. Save labels to a local file (CSV/SQLite/JSON). Then customize to the domain using the guidelines below.
eval-audit
Productivity
Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps.
error-analysis
Productivity
Guide the user through reading LLM pipeline traces and building a catalog of how the system fails.