Claude skills for Code Review, tested

Skills for code review work, measured on code review tasks. Each was run on the same task pairs with the skill loaded and without it, and what is below is what changed. Ranked by how many models the rule found a clear effect on, never by the size of one.

Measured on 2 models (GPT & Gemini): GPT-5 mini, Gemini 3.1 Flash Lite.

10 fixture source files in 4 languages, each seeded with known bugs, security issues and correctness problems, 54 in total, drawn from a closed list of 18 defect types that both arms are given. The model is asked to name the symbol each defect sits on, never a line number; the score is the share of seeded defects it names. 50 are verified in the fixtures by mechanical check, 4 are judgement items listed as such, and 30 pieces of correct code that read as suspicious are recorded as traps and are deliberately not in the key.

On the models tested, no skill measurably helped with code review tasks; the unaided scores are the story.

What the models managed with no skill loaded
Task setUnaided score
Code review64%
Code review63%
Code review63%
Code review64%
Code review63%
Code review64%
Code review63%
Code review64%

The numbers

How to read these tables

How to read these tables

Without -> with
The score on the task set with no skill loaded, then with the skill loaded. For classes scored against an answer key, this is the share of seeded items found. For classes scored by blind comparison, it is how often a grader preferred the skill's output over the baseline's, with the baseline shown as the complement.
Effect (range)
With minus without, averaged over the models tested, with the lowest and highest per-model value in brackets. Per-model intervals are on each skill's page.
Orbit
  • Stable: delta at or above the pass threshold, and the interval excludes zero
  • Past the horizon: delta at or below the failure floor, and the interval excludes zero
  • In free drift: the interval spans zero, or the delta sits between the floor and the threshold
  • Unobservable: the cell cannot be classified: sub-case (a) an unbounded scale, or sub-case (b) both arms at the same bound

A fifth value, Decaying, is defined and appears once a skill has been re-tested: a cell previously Stable that has fallen below the pass threshold on a later run.

Cohort
The repository that publishes the skill. Rows marked with an asterisk come from the repository the operator of this site maintains, so those are the operator measuring its own work. The rest were chosen by a stated rule and not by preference.
Commit
The exact version tested. Later commits are not covered by this verdict.
Injected context tokens
How much text the skill adds to the model's context. This is cost, not quality; a bigger number is not a better one. Measured from the input tokens the API reported on the with arm, averaged over that skill's records.
Tested
The date. Verdicts age as models change.

Code review

SkillCohortWithout -> withEffect (range)OrbitInjected context tokensTested
No skill loadedbaseline64%0 by definition02026-09-05
One-line instruction insteadbaseline65%0 by definition02026-09-05
plugins/developer-essentials/skills/code-review-excellence from wshobson/agents 38e19c20d2b1 Best result in this testwshobson/agents64% -> 63%+0.01 [+0.01, +0.02]In free drift3,9382026-09-05
skills/code-reviewer from Jeffallan/claude-skills 882ef55e377dJeffallan/claude-skills63% -> 64%-0.00 [-0.05, +0.05]In free drift8,2902026-09-05
engineering/skills/pr-review-expert from alirezarezvani/claude-skills 19392f7a0826alirezarezvani/claude-skills63% -> 60%-0.05 [-0.08, -0.01]In free drift4,2602026-09-05
skills/code-review-and-quality from addyosmani/agent-skills d2c37ef6225daddyosmani/agent-skills64% -> 61%-0.05 [-0.05, -0.04]In free drift5,2182026-09-05
skills/gsd-code-review from open-gsd/gsd-core 6beaa66b2587open-gsd/gsd-core63% -> 59%-0.05 [-0.07, -0.03]In free drift1,4202026-09-05
skills/code-review-web from rampstackco/claude-skills a67dd34c609frampstackco/claude-skills*64% -> 58%-0.07 [-0.14, -0.01]In free drift8,2062026-09-05
skills/engineering/code-review from mattpocock/skills 6654f6b60cd9mattpocock/skills63% -> 57%-0.12 [-0.14, -0.10]In free drift2,2782026-09-05
skills/ce-code-review from EveryInc/compound-engineering-plugin c9c10f8c7541EveryInc/compound-engineering-plugin64% -> 34%-0.30 [-0.59, -0.02]Mixed, see page73,7152026-09-05
Averaged over three models; per-model results on each skill's page. Ranked within this class only.

Ranked within this topic by how many models the rule found a clear effect on, which is a count of verdicts and never the size of one. Two classes are two answer keys on two scales, so no effect here is compared with another. Every class, with its full table.

* rampstackco/claude-skills is maintained by the operator of OpenAddict.com.