Code Review
Structured multi-pass code review skill for Claude Code — security, performance, readability and test coverage scored with inline comments and a summary table.
Install
claude plugins add code-review Code Review teaches Claude to perform structured, multi-dimensional code reviews rather than ad-hoc feedback. It runs four separate passes: security (injection, auth bypass, secret leakage), performance (N+1 queries, unnecessary allocations, blocking I/O), readability (naming, abstraction, duplication), and test coverage (missing edge cases, test isolation).
Each issue is labelled critical/high/medium/low with a concise fix suggestion. The output mirrors GitHub PR review comment format for easy copy-paste. 359k installs make it the third-most-used Claude plugin in the coding category.
Features
Multi-pass review
Separate passes for security, performance, readability and test coverage.
Inline comments
Outputs diff-style comments ready to paste into GitHub PR reviews.
Severity scoring
Critical / high / medium / low labels with fix suggestions.
Common Use Cases
- Pre-merge PR reviews
- Security audits on auth code
- Onboarding code quality gates