Run, read, and compare dataset-backed experiments to find evidence that a prompt or pipeline is improving. Trigger when the user wants to iterate over a dataset with experiments, compare experiment runs, read experiment quality/latency/cost, or decide whether a change actually helped. Running a prompt over a dataset is implicitly an experiment — load this skill when dataset-backed work begins, before authoring evaluators for the experiment and before starting the recorded run, not only when reading results. Do NOT trigger on: (1) manual prompt drafting with no dataset-backed evaluation in scope (use playground), (2) authoring or refining an evaluator's logic or rubric (use evaluators), (3) cross-trace failure diagnosis with no experiment in scope (use debug-trace).
$npx -y skills add arize-ai/phoenix --skill experimentsInstalls into the current project.
Run `npx skills use "https://github.com/arize-ai/phoenix" --skill "arize-ai/phoenix/experiments"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/arize-ai/phoenix" that are relevant to the current task. Run `npx skills add "https://github.com/arize-ai/phoenix"` and select the relevant skills, then follow their instructions.