Back to Skills
🔍
Code Review
Official Skill/reviewPerforms a thorough code review of the current changes or specified files.
.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.mdGlobal (all projects):
~/.claude/commands/review.mdBrowse 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.