Featured prompt: Review The Diff
Use this after an AI-generated change lands so the reviewer focuses on correctness, security, edge cases, and misleading tests.
"Review the diff between my branch and `main`.
For every finding:
1. label it as must-fix, should-fix, consider, or optional
2. explain why it matters
3. point to the relevant file or code section
4. suggest a concrete fix
Prioritize bugs, security issues, missing edge cases, and misleading tests.
Do not waste time on style commentary unless it affects correctness or maintainability."