Review the git diff and identify:
- •Missed items: Incomplete implementations, forgotten edge cases, TODOs
- •Issues: Bugs, security concerns, inconsistencies with existing patterns
- •Improvements: Clarity, performance, maintainability
- •Cleanup: Debug code, commented-out code, unnecessary changes
Changes
!git diff $ARGUMENTS
!git diff --cached
Provide a concise, actionable summary. If everything looks good, say so briefly.