code-review
Installation
SKILL.md
Code Review
Systematic code review methodology for identifying issues, security vulnerabilities, and optimization opportunities.
Team Review Guidelines
Communication Style
When providing review feedback:
-
Be friendly and constructive
- Good: "What do you think about using X here? It might help with Y."
- Good: "Nice solution! One small suggestion..."
- Avoid: "This is wrong."
- Avoid: "You should have done X."
-
Ask before assuming
- Good: "I'm curious about this approach - could you explain the reasoning?"
- Avoid: "Why didn't you just...?"