# Score Eval > Score the eval diff at $ARGUMENTS against the eval rubric. Source: https://skillsagentes.com/skills/neondatabase/agent-skills/score-eval Repository: https://github.com/neondatabase/agent-skills Author: neondatabase License: Apache-2.0 Updated: hace 5 meses Context cost: 15 tok installed, 129 tok once triggered, 129 tok with every bundled file Bundle: 1 file, 517 B Permissions requested: none declared ## Install ```bash npx -y skills add neondatabase/agent-skills --skill score-eval --agent claude-code ``` ## What it does - Lee el archivo de diff indicado en la ruta proporcionada - Lee el rubric de evaluación en eval-rubric.md - Lee la app fixture original en fixtures/hono-drizzle-app/ para comparar - Responde Detected? y Fixed? para cada problema P1-P5 según el rubric - Añade una fila a results.csv con los campos que pueda determinar, dejando vacíos los demás ## Use it when - Cuando se necesita puntuar un diff de eval contra el rubric de evaluación pasando la ruta como argumento ## What triggers it - "Puntúa el diff de eval en diffs/run3.diff contra el rubric" - "Evalúa este diff según eval-rubric.md y añade el resultado a results.csv" ## Before you install - Requiere que existan eval-rubric.md, la app fixture en fixtures/hono-drizzle-app/ y el archivo results.csv. ## Files - SKILL.md — 517 B ## SKILL.md Reproduced verbatim from neondatabase/agent-skills under Apache-2.0. This section is the upstream document and is in English. Score the eval diff at $ARGUMENTS against the eval rubric. 1. Read the diff file at the path provided 2. Read the eval rubric at eval-rubric.md 3. Read the original fixture app in fixtures/hono-drizzle-app/ for comparison 4. For each problem P1-P5, answer the Detected? and Fixed? questions from the rubric as yes or no 5. Append a row to results.csv — fill in all fields you can determine from the diff and context. Leave fields you can't determine empty. --- Skills Agentes — https://skillsagentes.com/skills/neondatabase/agent-skills/score-eval