How to install phoenix-evals
npx skills add https://github.com/github/awesome-copilot --skill phoenix-evalsFull instructions (SKILL.md)
Source of truth, from github/awesome-copilot.
name: phoenix-evals description: Build and run evaluators for AI/LLM applications using Phoenix. license: Apache-2.0 compatibility: Requires Phoenix server. Python skills need phoenix and openai packages; TypeScript skills need @arizeai/phoenix-client. metadata: author: oss@arize.com version: "1.0.0" languages: "Python, TypeScript"
Phoenix Evals
Build evaluators for AI/LLM applications. Code first, LLM for nuance, validate against humans.
Quick Reference
Workflows
Starting Fresh: observe-tracing-setup → error-analysis → axial-coding → evaluators-overview
Building Evaluator: fundamentals → common-mistakes-python → evaluators-{code|llm}-{python|typescript} → validation-evaluators-{python|typescript}
RAG Systems: evaluators-rag → evaluators-code-* (retrieval) → evaluators-llm-* (faithfulness)
Production: production-overview → production-guardrails → production-continuous
Reference Categories
| Prefix | Description |
|---|---|
fundamentals-* | Types, scores, anti-patterns |
observe-* | Tracing, sampling |
error-analysis-* | Finding failures |
axial-coding-* | Categorizing failures |
evaluators-* | Code, LLM, RAG evaluators |
experiments-* | Datasets, running experiments |
validation-* | Validating evaluator accuracy against human labels |
production-* | CI/CD, monitoring |
Key Principles
| Principle | Action |
|---|---|
| Error analysis first | Can't automate what you haven't observed |
| Custom > generic | Build from your failures |
| Code first | Deterministic before LLM |
| Validate judges | >80% TPR/TNR |
| Binary > Likert | Pass/fail, not 1-5 |
Related skills
More from github/awesome-copilot and the wider catalog.

phoenix-tracing
OpenInference semantic conventions and instrumentation for Phoenix AI observability. Use when implementing LLM tracing, creating custom spans, or deploying to production.

php-mcp-server-generator
Scaffold a full PHP MCP server—tools, resources, prompts, and tests—in one go using the official PHP SDK.

planning-oracle-to-postgres-migration-integration-testing
Plan integration tests for .NET Oracle-to-PostgreSQL migrations by analyzing data access artifacts.

plantuml-ascii
Generate ASCII art diagrams from PlantUML text syntax for terminal-friendly documentation.

playwright-automation-fill-in-form
Automate form filling with Playwright MCP for testing and data entry workflows.

playwright-explore-website
Explore websites interactively with Playwright to identify features and generate test cases.