AI agent skills for code review
A code review skill gives your agent a fixed checklist instead of whatever it happens to notice: correctness first, then security, then style, with a severity it has to justify. The good ones tell the agent what NOT to comment on, which is what separates a useful review from forty nitpicks about naming. Look for one that reads the diff in the context of the surrounding file rather than in isolation — a review that cannot see the caller cannot tell you the change breaks it.
People land here searching for “claude code skill for code review”, “agent skill to review a pull request”, “ai code review skill”.
2,000 code review skills Refine in search →
-
dnyoussef Bundle When Reviewing Pull Request Orchestrate Comprehensive Co 2When Reviewing Pull Request Orchestrate Comprehensive Code R
-
majiayu000 Bundle Pr Review 12Review pull requests for code quality and architecture. Use when reviewing PRs, checking code changes, or evaluating pull requests.
567 -
neronain Skill Code ReviewCode review a pull request
-
aiskillstore Bundle Creating Pull RequestsCreates pull requests with generated descriptions. Triggered when: PR creation, pull request, merge request, code review preparation.
-
infinition Bundle Github Code ReviewReviews local git changes and GitHub pull requests, leaving inline comments and formal reviews.
2 -
alirezarezvani Bundle Code ReviewerAutomates code review for pull requests across 14+ languages, analyzing complexity, risk, code quality, and generating structured review reports.
Audited 20.4k -
eglenn-dev Skill Code ReviewCode review a pull request
-
getnao Skill Code ReviewReview a pull request
-
majiayu000 Bundle Reviewing Pull Requests 2Review a pull request against issue requirements and coding best practices, then submit structured feedback. Use when reviewing a PR, checking a pull request, doing code review, or providing PR feedback.
567 -
gabrielmoreira Skill Review Pr 6Perform a comprehensive code review of a pull request
17 -
diegosouzapw Bundle Pr Review 2Analyze pull requests and provide structured code review feedback. Use when asked to review PR, analyze pull request, check code changes, provide PR feedback, or code review.
54 -
florianbruniaux Skill Review PrPerform a comprehensive code review of a pull request
-
stacklok Skill Code ReviewReviews pull requests by analyzing code changes, checking for common issues, and providing structured feedback with suggestions.
Audited -
milistu Skill Pr ReviewAnalyze and explain a pull request to help review it effectively
-
majiayu000 Bundle Code Review Eglenn Dev Dt SkillsCode review a pull request
567 -
diegosouzapw Bundle Code Review 3Automated code review for pull requests using multiple specialized agents with confidence-based scoring
54 -
5dive-ai Skill Code ReviewReview a diff or pull request for correctness and quality — logic bugs, edge cases, error handling, race conditions, missing tests, API misuse, performance, and readability. Use when reviewing a PR, auditing a change before merge, giving feedback on someone's code, or self-reviewing your own diff. Keywords code review, PR review, pull request, diff review, review my changes, approve, request changes.
Audited -
helderberto Bundle Code ReviewReview a GitHub Pull Request for bugs, security, performance, and code quality. Use when user asks to review a PR or wants pull request feedback. Don't use for reviewing local uncommitted changes, creating new PRs, or merging branches.
-
gabrielmoreira Skill Code Review GuideReview a pull request or diff like a thoughtful senior engineer — prioritized, kind, and focused on what matters. Use when reviewing code, giving PR feedback, or asked to 'review this change'. Produces a structured review: a correctness/design pass, comments ranked by severity (blocking → nit), what's done well, and a clear approve / request-changes call — feedback that improves the code and the author.
17 -
majiayu000 Bundle Code Review 10Use when code review is requested for a pull request - provides comprehensive review checking CLAUDE.md compliance, bugs, git history context, and code quality with confidence scoring
567 -
redpanda-data Skill ReviewCode review a pull request for Redpanda Connect, checking Go patterns, tests, component architecture, and commit policy
6 -
dotnet Skill Code ReviewReview a GitHub pull request for problems. Use when asked to review a PR, do a code review, check a PR for issues, or review pull request changes. Focuses only on identifying problems — not style nits or praise.
4k -
majiayu000 Bundle Review Pr 3Review pull requests using GitHub CLI. Invoke with /review-pr <pr-number-or-url>
567 -
allanninal Skill Pr ReviewReview pull request for code quality, security, performance, and best practices. Use when reviewing PRs, checking code before merge, or providing feedback.
How to install a code review skill
- Compare the skills. Read the code review skills below — each page shows the full SKILL.md, its safety verdict, and the capabilities it declares.
- Install it. Run npx skillmds@latest add <owner>/<name>. The CLI writes the skill into every agent directory it detects, or use --agent to pin one.
- Use it. Restart your agent. It loads the skill on demand the next time you ask for something that matches — you do not have to name the skill.
What makes a good code review skill?
A code review skill gives your agent a fixed checklist instead of whatever it happens to notice: correctness first, then security, then style, with a severity it has to justify. The good ones tell the agent what NOT to comment on, which is what separates a useful review from forty nitpicks about naming. Look for one that reads the diff in the context of the surrounding file rather than in isolation — a review that cannot see the caller cannot tell you the change breaks it.
Every skill listed here is a plain SKILL.md file in the format Anthropic documents for Agent Skills, read unchanged by Cursor, OpenAI Codex and 60+ agents. Each passes a safety review before it is publicly listed; the verdict and declared capabilities are on every skill's page.
Frequently asked questions
What is an agent skill for code review?
A code review skill gives your agent a fixed checklist instead of whatever it happens to notice: correctness first, then security, then style, with a severity it has to justify. The good ones tell the agent what NOT to comment on, which is what separates a useful review from forty nitpicks about naming. Look for one that reads the diff in the context of the surrounding file rather than in isolation — a review that cannot see the caller cannot tell you the change breaks it.
Can a code review skill run on a real pull request?
Yes, if your agent can reach the repository. In Claude Code the usual shape is `gh pr diff` piped to the agent with the review skill loaded; the skill supplies the checklist and the output format, the agent supplies the reading. Skills that post the review back as comments declare that network capability on their page.
Which agents can use these code review skills?
Any agent that reads SKILL.md files: Claude Code, Claude.ai, Cursor, OpenAI Codex, Windsurf, OpenCode and 60+ others. The format is not vendor-specific, so the same file works everywhere — each agent just keeps its skills in a different directory, listed at /agents.
Are these code review skills free?
Yes. Searching, reading and installing skills on SkillMD is free and needs no account. Individual skills carry their own licence, shown on each skill's page.