Favicon of Comprehensive Code Review

Comprehensive Code Review

Thorough code review command that checks for security vulnerabilities, code quality, best practices, performance issues, and provides actionable improvement suggestions.

How to Install Commands

  1. Copy the command content using the button below
  2. Create a new file: .claude/commands/Comprehensive Code Review.md in your project
  3. Paste the command content into the file
  4. Use the command with /Comprehensive Code Review in Claude Code
# Comprehensive Code Review

Perform a detailed code review focusing on:

1. **Security Vulnerabilities**
   - OWASP Top 10 checks
   - Authentication/authorization issues
   - Data validation concerns
   - Injection vulnerabilities

2. **Code Quality**
   - Maintainability assessment
   - Code complexity analysis
   - Naming conventions
   - Documentation completeness

3. **Performance**
   - Optimization opportunities
   - Resource usage
   - Algorithm efficiency

4. **Best Practices**
   - Framework-specific patterns
   - Design patterns
   - Error handling
   - Logging practices

Provide specific, actionable recommendations for each issue found.

## Installation

Save to `.claude/commands/code-review.md`

## Usage

```
/code-review [file-patterns]
```
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Comprehensive Code Review

Favicon

 

  
  
Favicon

 

  
  
Favicon