Code Review Skill — Code Quality skill for Claude Code
Automated code review with best practices.
How to install Code Review Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open anthroos/claude-code-review-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Code Review Skill does
[](LICENSE) [](https://github.com/anthroos/claude-code-review-skill/stargazers) [](https://docs.anthropic.com/en/docs/claude-code/overview)
Alternatives in Code Quality
- Open Code Review — /open-code-review 21.5k ★
- Code Quality Review — Review code quality in: $ARGUMENTS 5.8k ★
- Ars Lit Review — ARS academic-paper lit-review mode — annotated bibliography in paper format 4.5k ★
README
Claude Code Review Skill
[](LICENSE) [](https://github.com/anthroos/claude-code-review-skill/stargazers) [](https://docs.anthropic.com/en/docs/claude-code/overview)
**280+ automated code review checks. Free. Local. Privacy-first.** Open-source alternative to CodeRabbit.
$ claude "review PR 42"
## Code Review: PR #42 — Add user authentication
Critical (2): SQL injection in auth.ts:45, weak crypto in crypto.ts:12
High (3): IDOR in user.ts:78, N+1 query in data.ts:23, XSS in Form.tsx:156
Medium (5): DRY violations, missing error handling...
Risk Level: HIGH — 2 critical issues must be fixed before merge.
What is this?
A **skill** for [Claude Code](https://claude.com/download) that enables automated, comprehensive code review with **280+ checks** across 15 categories:
- Security — OWASP Top 10 + extended security checks
- Bugs & Logic — Null handling, async issues, edge cases
- Performance — Database, API, frontend, algorithms
- Code Quality — SOLID principles, maintainability, readability
- Testing — Coverage, test quality, patterns
- Accessibility — WCAG compliance checks
- i18n — Internationalization issues
- Documentation — Missing or outdated docs
- DevOps — Health checks, observability, resilience
- Git — Version control best practices
- React/Next.js — Hooks, effects, component patterns
- TypeScript — Type safety, assertions, generics
- Python — Type hints, context managers, patterns
- Node.js/Express — Async handling, security middleware
- SQL/Database — Queries, indexes, ORM patterns
Why use this instead of CodeRabbit?
| Feature | CodeRabbit | Anthropic Official | This Skill |
|---|---|---|---|
| Price | $15-30/user/month | Free (API only) | Free (API only) |
| Checks | ~50 | No fixed list | 280+ |
| Approach | SaaS | 4 parallel agents | Checklist-based |
| Focus | General | CLAUDE.md compliance | Security, Perf, Quality |
...
Related Skills
Claude Review Loop
Claude Code plugin: automated code review loop with Codex.
Codex Review Workflow Skill
Automated code review workflow skill for Claude Code that integrates with OpenAI Codex CLI
Claude Command Suite
Professional slash commands for Claude Code that provide structured workflows for software development tasks,
Neolab Code Review
Advanced multi-perspective code review
Review
Request Code Review
Sentry Code Review
Perform code reviews with Sentry patterns
Related Agents
Code Review Assistant
Automated code review with diff analysis, anti-pattern detection, and architecture assessment
PR Review Analyst
Validates PR review comments for correctness, severity, and recommendation quality using full codebase context
PR Comment Resolver
Automated PR review comment resolver - fetch threads, analyze, fix code, commit, reply, resolve