Overview of DeepEval Skills
mainDeepEval Skills are agent skills designed to teach coding assistants how to interact with the DeepEval ecosystem. They enable AI agents to:
- Add DeepEval evaluations to AI applications.
- Generate or reuse datasets.
- Instrument applications with tracing.
- Iterate on AI applications using evaluation results.
Available skills include:
deepeval: The main skill for adding evals, generating datasets, creatingpytestsuites, enabling tracing, and sending results to Confident AI.deepeval-otel: Instruments apps with raw OpenTelemetry to export traces to Confident AI's Observatory (does not require thedeepevalpackage).deepeval-tracing: Instruments apps with DeepEval's native tracing (using@observe, span types, and metadata) to send traces to Confident AI.