Review Skill
Review the current git diff and provide feedback.
Steps
- •Run
git diffto see unstaged changes (orgit diff --cachedfor staged) - •Analyze the changes for:
- •Bugs or logic errors
- •Security issues
- •Style/consistency problems
- •Provide concise feedback