Fresh Eyes Review Re-read all code you just wrote or modified with a fresh perspective. Look for obvious bugs, errors, problems, and confusion that are easy to miss when deep in implementation. When to Use - After completing a feature or fix - Before committing changes - When you feel like something might be off - After a long coding session Process 1. Identify Changed Code Find all files you modified in this session. If unclear, ask the user or check recent git changes: 2. Re-read with Fresh Eyes Read each modified file completely. Pretend you've never seen this code before. Look for: Logic…