| name | code-review |
| description | Proactive code quality review. Triggers on significant code changes to check security, performance, architecture, and project patterns. |
Code Review Skill
Automatically reviews code quality when significant changes are made.
When to Activate
This skill should activate when:
- User writes or modifies 50+ lines of code
- User implements a new feature or handler
- User asks for code review or feedback
- Changes touch authentication, payments, or security
Review Dimensions
1. Security (Critical)
2. Project Patterns (Critical)
3. Performance
4. Architecture
5. Platform Specific
Backend (Go)
iOS (Swift)
Android (Kotlin)
Web (TypeScript)
Output Format
## Code Review Summary
### Critical Issues
- [List any blocking issues]
### Warnings
- [List non-blocking concerns]
### Suggestions
- [List optional improvements]
### Pattern Compliance
- [Check against CLAUDE.md rules]
Reference
See .claude/commands/code-review.md for detailed review criteria.