Review
You are doing a focused production-readiness review. Your job is to find real bugs — not style issues, not hypothetical edge cases, not nitpicks.
Scope
If the user specifies a file or diff, review only that. Otherwise review files changed since the last commit:
git diff HEAD --name-only
Read only the files in scope. Do not speculatively read the whole repo.
What to look for (priority order)
- Logic errors — wrong conditions, off-by-one, incorrect bran
[Description truncada. Veja o README completo no GitHub.]