Awesome Reviewers

Write tests that are (1) behavior-focused rather than implementation-coupled, and (2) use safe, consistently cleaned fixtures.

Do

Don’t

Result: tests remain stable under refactors, and temp resources don’t leak or create flaky behavior across suites.