When asked to review code:
- •Run
git diffto see current changes - •Read the modified files for full context
- •Check for:
- •Code quality and readability
- •Potential bugs or edge cases
- •Security issues
- •Performance concerns
- •Missing error handling
- •Provide structured feedback with specific line references