analyze-run
Installation
SKILL.md
Analyze Run
When to use
- User asks "analyze this run" or "why did this model score poorly?"
- User shares a run URL like
https://convex-evals.netlify.app/experiment/.../run/$runId/... - User wants to review all failures across an entire eval run
Step 1: Get the run ID
Extract the run ID from the visualizer URL. The URL pattern is:
/experiment/$experimentId/run/$runId/...
The $runId is the Convex document ID (e.g. jn7922j1w29pdxm76bj9ps0enx80mg9e).