Best Code Review Agent Skills in 2026
A code review skill turns "look at my PR" into a consistent, checklist-driven review: security patterns, error handling, test coverage, naming — the same bar every time, regardless of how the prompt was phrased.
The skills below are ranked by adoption. Each detail page documents what the review covers and which tools (git, GitHub) the skill expects the agent to have.

Humanizer 的汉化版本,Claude Code Skills,旨在消除文本中 AI 生成的痕迹。

This repository contains the open-source PR Agent Project. It is not the Qodo offering for open-source projects.

67 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.

一款基于 Taro 框架开发的多端 UI 组件库

My Codex Skills

🚀面向求职与开发场景的实用 AI Skills 集合,支持简历优化、岗位投递、面试准备与开发提效。

基于 AI 自动生成高质量 PPT 图片和视频的强大工具,支持智能转场和交互式播放

将 SRT 字幕做成暖米黄纸张底的流式笔迹白板手绘动画 skill:mask 分区遮罩编排 + stream 连续笔迹(ink→color)。

shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.

反蒸馏 Skill:清洗你被迫写的 Skill 文件,看起来完整,核心知识留给自己。Anti-distillation for employee Skills.

通用高质量 Skill 合集,可安装到 Cursor、Claude Code、Codex、OpenClaw 等 Agent 工具的 skills 目录使用。

A comprehensive code review skill for Claude Code, covering React 19, Vue 3, Rust, TypeScript, TanStack Query v5, and more.
FAQ
What does a code review skill actually check?
It varies by skill, but common dimensions are correctness, security anti-patterns, error handling, test coverage, and style consistency. Each detail page lists the review scope so you can pick one that matches your team's standards.
Skill versus a CI linting setup?
Linters catch mechanical issues; review skills reason about intent — whether the change does what the PR claims, whether edge cases are handled. The strongest setups run both: CI for the mechanical layer, a skill for the judgment layer.
Can I adapt a skill to my team's conventions?
Yes — skills are plain instruction files. Fork one close to your needs and edit the checklist; that is exactly how most of the popular ones evolved.