Back to Skills

Code Review

Perform thorough code reviews with actionable feedback

reviewcode-qualityworkflow
By Claude Code Community

Skill Content

# Code Review Skill

Perform comprehensive code reviews with structured feedback.

## Usage
```
/review [file or PR]
```

## Behavior
1. Analyze code changes
2. Check for:
   - Logic errors and bugs
   - Security vulnerabilities
   - Performance issues
   - Code style violations
   - Missing tests
3. Provide actionable feedback

## Review Categories

### Critical
Issues that must be fixed:
- Security vulnerabilities
- Data loss risks
- Breaking changes

### Important
Issues that should be addressed:
- Performance problems
- Logic errors
- Missing error handling

### Suggestions
Nice-to-have improvements:
- Code style
- Better naming
- Refactoring opportunities

## Output Format
```
## Code Review Summary

### Critical Issues
- [file:line] Description

### Important Issues
- [file:line] Description

### Suggestions
- [file:line] Description

### What's Good
- Positive feedback
```

How to use

  1. Copy the skill content above
  2. Create a .claude/skills directory in your project
  3. Save as .claude/skills/review.md
  4. Use /review in Claude Code to invoke this skill