Don't just trust it. Check it.
After every task, spend two minutes checking. You're not reviewing code line by line. You're checking the story matches the facts.
01
Read the summary
What does it say it did? Anything you didn't ask for?
02
Check the file list
Source Control in VS Code. Only the files you expected?
03
Skim the changes
Big deletions? New packages? Anything touching secrets?
04
Try it yourself
Use it like a real user. Does it actually work?
Summary. Files. Changes. Try it. Every time.