llm-evaluation
Installation
SKILL.md
LLM Evaluation & Testing
Test prompts, models, and RAG systems with automated evaluation and CI/CD integration.
Quick Start
# Initialize Promptfoo (no global install needed)
npx promptfoo@latest init
# Run evaluation
npx promptfoo@latest eval
# View results in browser
npx promptfoo@latest view
# Run security scan
npx promptfoo@latest redteam run
Related skills