From oh-my-claudecode
Reviews code changes for security, quality, performance, and best practices, producing a severity-rated report with specific fix recommendations.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:code-reviewThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Code Review [CODE REVIEW MODE ACTIVATED] ## Objective Review code for quality, security, and maintainability. Provide severity-rated feedback with specific remediation guidance. ## What Gets Reviewed - **Security** - Hardcoded secrets, injection risks, XSS, CSRF - **Code Quality** - Function size, file size, nesting depth - **Performance** - Algorithm efficiency, N+1 queries, caching - **Best Practices** - Naming, documentation, formatting ## Review Process 1. Run `git diff` to identify changed files 2. Analyze each change against review checklist 3. Categorize issues by severity 4...
[CODE REVIEW MODE ACTIVATED]
Review code for quality, security, and maintainability. Provide severity-rated feedback with specific remediation guidance.
git diff to identify changed files| Level | Description | Action Required |
|---|---|---|
| CRITICAL | Security vulnerability | Must fix before merge |
| HIGH | Bug or major code smell | Should fix before merge |
| MEDIUM | Minor issue | Fix when possible |
| LOW | Style/suggestion | Consider fixing |
This command delegates to the code-reviewer agent (Opus model) for thorough analysis.
Code review report with:
npx claudepluginhub bzimbelman/oh-my-claudecode6plugins reuse this command
First indexed Jan 21, 2026
/reviewPerforms structured code review on a file, recent unstaged changes, or changes since last commit. Categorizes issues by severity and outputs markdown table with verdict.
/code-reviewPerforms code review on files, directories, recent git changes, or PRs, providing actionable feedback on quality, security, performance, maintainability, and testing.
/reviewPerforms a comprehensive code review on a specified file or recent changes, delivering actionable feedback on quality, security, performance, best practices, and bugs.
/code-reviewReviews local uncommitted changes or GitHub pull requests for security, code quality, and best practices. Produces a severity-graded report and can block commits on critical issues.
/code-reviewReviews source files changed during a development phase for bugs, security vulnerabilities, and code quality issues. Produces a REVIEW.md artifact with severity-classified findings and supports fix applying.
/code-reviewReviews uncommitted changes for security vulnerabilities, code quality issues, and best practices. Generates a severity-ranked report and blocks commits on critical/high issues.