analyze-eval
Installation
SKILL.md
Analyze Eval
When to use
- User shares a URL like
https://convex-evals.netlify.app/experiment/.../run/$runId/$category/$evalId - User asks "why did this eval fail?" or "what went wrong with this eval?"
- User references a specific eval ID
Step 1: Extract the eval ID from the URL
The visualizer URL pattern is:
/experiment/$experimentId/run/$runId/$category/$evalId?tab=steps
$runId— the Convex document ID for the run (e.g.jn7922j1w29pdxm76bj9ps0enx80mg9e)$evalId— the Convex document ID for the specific eval (e.g.jh73jvjz2n00gfeve1dt5h963s80mbc6)