Back to Skills
🔍

Code Review

Official Skill
/review

Performs a thorough code review of the current changes or specified files.

C

by Claude Rules

Skill author

Source
.claude/commands/review.md
Review the code at $ARGUMENTS.

Check for:
1. Correctness: Logic errors, edge cases
2. Security: Injection vulnerabilities, auth bypasses
3. Performance: N+1 queries, memory leaks
4. Maintainability: Clear naming, DRY violations
5. Test coverage: Are critical paths tested?

Format: Summary, Issues Found (Critical/Warning/Suggestion), Positive Notes

How to install this skill

Save the content above as a .md file in your .claude/commands/ directory, then use /review in Claude Code.

Project-level (current project only):

.claude/commands/review.md

Global (all projects):

~/.claude/commands/review.md
View source

Browse by Tag

What are Skills?

Claude Code Skills are reusable slash commands stored as .md files in your .claude/commands/ directory. Type /review in Claude Code to run this skill.

Learn more in the docs