lightweight-code-review
Review the current diff like a senior engineer:
- •correctness, edge cases, types, error handling
- •security & privacy footguns (secrets, logging sensitive info)
- •maintainability (too much coupling, missing docs, unclear naming)
- •performance hotspots only if relevant
Output:
- •"Must fix" list
- •"Nice to have"
- •A short suggested patch list (file + what to change)