Review code for security vulnerabilities, bugs, performance issues, and adherence to project patterns
Analyzes code for security vulnerabilities, bugs, performance issues, and adherence to project patterns.
/plugin marketplace add LounisBou/claude-code/plugin install lounisbou-claude-code-library@LounisBou/claude-codeLaunches the code-review agent to perform a comprehensive review of code changes.
/code-review [files_or_scope]
# Review current changes
/code-review
# Review specific file
/code-review src/services/payment.py
# Review staged changes
/code-review "staged changes"
# Review recent commits
/code-review "last 3 commits"
# Review a PR
/code-review "PR #123"
When this command is invoked, review the code changes thoroughly. Focus on real issues that affect correctness, security, and maintainability. Be pragmatic - don't concern troll over theoretical problems.