Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Evaluate changes to prompts, model or provider versions, RAG retrieval and ranking, tool schemas, agent policies, structured outputs, safety filters, and model routing. Use when AI-system quality, safety, latency, or cost may change. Do not use for ordinary deterministic code changes; use tdd-loop for those and combine both skills when an AI change also modifies deterministic adapters.
.claude/skills/adityaarakeri-evaluate-ai-changes/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -62% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 14% | 0% |
Treat model behavior as a versioned, probabilistic product surface rather than a single passing example.
plan-first when rollout, contracts, or data choices require human decisions.tdd-loop. Do not use model scores as a substitute for code tests.verify-done for the final implementation evidence gate.| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-06 | pass→pass | 13,131 | 13,774 | +5% | 1 | 1 | 0% | 1,493 | 2,075 | +39% | 0 | 0 | — |
case-12 | pass→pass | 21,588 | 20,014 | -7% | 1 | 1 | 0% | 2,748 | 2,954 | +7% | 0 | 0 | — |
case-01 | fail→fail | 26,944 | 28,479 | +6% | 1 | 1 | 0% | 3,400 | 4,370 | +29% | 0 | 0 | — |
case-02 | fail→fail | 23,198 | 28,002 | +21% | 1 | 1 | 0% | 3,072 | 4,395 | +43% | 0 | 0 | — |
case-03 | fail→fail | 37,886 | 23,582 | -38% | 1 | 1 | 0% | 5,306 | 3,266 | -38% | 0 | 0 | — |
case-04 | pass→pass | 21,440 | 20,422 | -5% | 1 | 1 | 0% | 3,398 | 3,653 | +8% | 0 | 0 | — |
case-05 | pass→pass | 19,160 | 21,695 | +13% | 1 | 1 | 0% | 2,968 | 3,924 | +32% | 0 | 0 | — |
case-07 | pass→pass | 19,284 | 20,454 | +6% | 1 | 1 | 0% | 2,803 | 3,544 | +26% | 0 | 0 | — |
case-08 | fail→pass | 17,637 | 18,387 | +4% | 1 | 1 | 0% | 2,172 | 2,575 | +19% | 0 | 0 | — |
case-09 | fail→fail | 20,278 | 17,335 | -15% | 1 | 1 | 0% | 2,458 | 2,345 | -5% | 0 | 0 | — |
case-10 | fail→pass | 18,836 | 16,323 | -13% | 1 | 1 | 0% | 2,053 | 2,173 | +6% | 0 | 0 | — |
case-11 | fail→pass | 18,381 | 15,777 | -14% | 1 | 1 | 0% | 1,993 | 1,948 | -2% | 0 | 0 | — |
case-13 | fail→pass | 17,252 | 6,768 | -61% | 1 | 1 | 0% | 1,976 | 760 | -62% | 0 | 0 | — |
case-14 | pass→fail | 16,923 | 13,256 | -22% | 1 | 1 | 0% | 1,827 | 1,756 | -4% | 0 | 0 | — |
case-15 | fail→pass | 15,132 | 13,864 | -8% | 1 | 1 | 0% | 1,585 | 1,813 | +14% | 0 | 0 | — |
case-16 | pass→pass | 20,399 | 17,741 | -13% | 1 | 1 | 0% | 2,552 | 2,597 | +2% | 0 | 0 | — |
case-17 | fail→pass | 18,742 | 16,236 | -13% | 1 | 1 | 0% | 2,160 | 2,148 | -1% | 0 | 0 | — |
case-18 | pass→pass | 17,682 | 15,344 | -13% | 1 | 1 | 0% | 1,989 | 2,077 | +4% | 0 | 0 | — |
case-19 | pass→pass | 23,490 | 21,210 | -10% | 1 | 1 | 0% | 2,840 | 2,746 | -3% | 0 | 0 | — |
case-20 | pass→pass | 18,902 | 15,307 | -19% | 1 | 1 | 0% | 2,245 | 2,106 | -6% | 0 | 0 | — |
case-21 | fail→pass | 19,008 | 16,229 | -15% | 1 | 1 | 0% | 2,064 | 2,182 | +6% | 0 | 0 | — |
case-22 | pass→pass | 21,497 | 20,468 | -5% | 1 | 1 | 0% | 2,534 | 2,867 | +13% | 0 | 0 | — |
case-23 | fail→fail | 21,976 | 25,794 | +17% | 1 | 1 | 0% | 2,860 | 3,913 | +37% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +26 percentage points is the difference between those two pass rates over the 23 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.