Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Guide · code review

What are the best code review skills for Claude Code?

requesting-code-review from obra/superpowers is the most-installed at 159,110 installs with 249,358 GitHub stars (skills.sh registry, GitHub), paired with receiving-code-review at 131,069 installs. For a standalone reviewer, code-review by mattpocock (43,778 installs) covers the direct case, and security-review (11,295 installs) adds the security pass.

By Skillselion, an Ellelion LLC publication · Updated July 9, 2026 · 3 min read · Stats verified against the live catalog

AI writes more of the code, which makes review the bottleneck - and the place agents help most. The requesting-code-review skill leads the category at 159,110 installs (skills.sh registry).

Key takeaways

Why use a skill instead of just asking for a review?

A bare "review this" prompt produces unfocused nitpicks; a review skill encodes what to look for, in what order, and what to ignore. That is the same reason human teams write review guidelines - Google's engineering practices codify theirs publicly - and the adoption numbers show developers agree: the two superpowers review skills alone account for 290,179 combined installs (159,110 + 131,069, skills.sh registry). The skills also standardize output, so a review reads the same whether it ran today or last month.

What is the best code review skill for Claude Code?

requesting-code-review from obra/superpowers is the best pick at 159,110 installs, backed by the repo's 249,358 GitHub stars (skills.sh registry, GitHub). Install it with:

npx skills add obra/superpowers

Its insight is splitting the workflow: requesting-code-review packages the diff with context so a reviewer agent can judge it, while its sibling receiving-code-review (131,069 installs) governs how the author agent triages and applies the feedback instead of blindly accepting every note. Strong alternatives: code-review by mattpocock (43,778 installs) as a direct single-pass reviewer, and code-review-excellence (24,356 installs) for a rubric-driven pass. The full ranking is on the best skills for testing and review pillar.

obra, author of the superpowers repo, on GitHub
obra, author of the superpowers repo, on GitHub

Should you use specialist reviewers per layer?

Yes, once the general pass is in place - a generic reviewer misses layer-specific failure modes. sql-code-review (11,740 installs) knows about injection patterns and index use; postgresql-code-review from the same repo (11,099 installs) goes deeper on one engine; frontend-code-review from langgenius/dify (8,652 installs, 148,161 stars) checks component and state concerns (all skills.sh registry, GitHub). Chain them: general review first, then the specialist for whichever layer the diff touches. The dev tools category holds the adjacent linting and CI skills these compose with.

How does a security review fit in?

Run it as a separate pass with a separate skill, because security review optimizes for different findings than quality review. security-review (11,295 installs, 227,216 stars, skills.sh registry, GitHub) checks the diff for injection, authentication gaps, and secret leakage rather than style and structure. Keeping the passes separate also keeps the reports honest - a combined review buries one critical security finding under twenty style notes. Related tooling lives in the security category.

Do code review skills work with Codex and Gemini CLI?

The pattern is agent-portable, and the ecosystems have converged on it. google-gemini/gemini-cli ships code-reviewer (8,141 installs, 105,837 stars, skills.sh registry, GitHub) for Gemini users, and skills written as plain SKILL.md instructions - like the superpowers pair - run under any agent that reads the format, Codex included. Developers building review into a Codex SDK pipeline typically wire the same request-review, receive-review split as a pair of agent roles.

A complete starter stack

Common pitfalls

  • Letting the author agent review its own diff in the same session - it defends its choices; use a fresh reviewer context.
  • Auto-applying every review note; receiving-code-review exists (131,069 installs, skills.sh registry) because triage is half the workflow.
  • Running only the security pass on "risky" diffs - the injection bug is always in the diff nobody flagged.

Split the roles, add specialists per layer, and keep security as its own pass.

FAQ

Common questions

What is the most-installed code review skill for Claude Code?

requesting-code-review from obra/superpowers, at 159,110 installs with 249,358 GitHub stars on the repo (skills.sh registry, GitHub). See the [skill page](/skills/obra/superpowers/requesting-code-review).

Why are requesting-code-review and receiving-code-review separate skills?

Because review has two roles: one skill packages the diff and context for a reviewer agent, the other governs how the author triages the feedback. Together they account for 290,179 installs (skills.sh registry). Compare both in the [testing and review category](/category/testing-review).

Is there a code review skill for SQL and database changes?

Yes - sql-code-review (11,740 installs) and postgresql-code-review (11,099 installs), both from github/awesome-copilot (skills.sh registry). See the [sql-code-review page](/skills/github/awesome-copilot/sql-code-review).

Should security review be a separate pass from code review?

Yes. security-review (11,295 installs, skills.sh registry) looks for injection, auth gaps, and secret leakage - findings a style-focused review buries. More at the [security category](/category/security).

Can these code review skills be used outside Claude Code?

Largely yes: SKILL.md-format skills run under any agent that reads the format, and google-gemini/gemini-cli ships its own code-reviewer at 8,141 installs (skills.sh registry). The field is ranked at [best skills for testing and review](/best/skills-for-testing-review).

Ranked by Skillselion - an independent directory of AI-coding tools, not affiliated with Anthropic, OpenAI or Cursor. Tool rankings reflect real adoption (installs, then GitHub stars) from the skills.sh registry and GitHub, last updated July 9, 2026.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.