Best Claude skills for code review in 2026
Code review is where bugs die, or sneak through. The best Claude skills for code review act as a tireless second pair of eyes, scanning diffs for correctness, security issues, performance regressions, and missing tests before a human ever opens the PR. Each skill below is a SKILL.md file you can install in one command and use across Claude Code, Cursor, and any MCP-compatible editor. They are ranked by install count, so the list reflects what working developers reach for first. Pick one, install it, and let it ride along on every review you do.
Top 10 skills
See all →01code-review
369 installsThorough code review — checks correctness, security, performance, readability, and test coverage. Gives actionable feedback ranked by severity.
Review02security-review
66 installsSecurity audit and vulnerability assessment for any codebase. Scans for authentication bypasses, missing auth middleware, broken JWT validation (algorithm confusion, weak secrets, missing expiry), OAuth state and PKCE flaws, IDOR and horizontal privilege escalation.
Reviewfrom Skills Hub03refactor
58 installsSystematic code refactoring — extract functions, reduce complexity, eliminate duplication, improve naming, and split large files. Preserves behavior with tests.
Review04security-audit
32 installsScan a codebase for security vulnerabilities — OWASP Top 10, secrets in code, dependency CVEs, auth flaws, injection risks, and misconfigurations. Fixes what it finds.
Review05arch-review
15 installsArchitect-level story review with component reuse, domain consistency, data privacy, service architecture, and infrastructure checks. Design review before coding or implementation validation after.
Reviewfrom Skills Hub06api-review
15 installsReview API design against REST best practices and internal consistency. Triggers: you need to review an API, audit REST endpoints, check API consistency, fix HTTP status codes, add pagination.
Reviewfrom Skills Hub07api-design
9 installsReview or design REST/GraphQL APIs — checks naming, versioning, pagination, error handling, authentication, rate limiting, and consistency against industry standards.
Review08game-code-review
6 installsReview game code architecture for component coupling, ECS vs OOP design, update loop organization (deltaTime, fixed timestep, frame budget), state machine quality (boolean soup, string states), save/load serialization (versioning, migration, corruption handling).
Reviewfrom Skills Hub09mobile-security-review
4 installsAudit mobile apps against OWASP Mobile Top 10 (M1-M10): credential hardcoding, supply chain dependencies, insecure auth/token storage (Keychain/Keystore), input validation (deep links, WebView XSS), certificate pinning (OkHttp, TrustKit, Alamofire), privacy (PII in logs, clipboard.
Reviewfrom Skills Hub10database-review
3 installsReview database schema design, query patterns, and data access layer for correctness and performance. Triggers: you need to review a database schema, find missing indexes, detect N+1 queries, audit data types.
Reviewfrom Skills Hub
How to install
Every skill on this page is a SKILL.md file you can install with one command. The CLI writes the skill into the right directory for Claude Code, Cursor, Codex CLI, Windsurf, or any MCP-compatible tool.