Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
Review changes on this branch for bugs, security vulnerabilities, and code quality issues.
git diff master...HEADFor each changed file, identify and list:
For each potential issue:
Before finalizing, you MUST:
Prioritize: security vulnerabilities > bugs > code quality
Skip: stylistic/formatting issues
For each issue:
If you find nothing significant, say so - don't invent issues.
Do not make changes - just report findings. I'll decide what to address.