Before pushing any branch to production, I treat AI as a strict, localized peer reviewer. I pass it my diffs specifically prompting it to look for security vulnerabilities, unhandled exceptions, or inefficiencies in database queries (like N+1 problems in Prisma or PostgreSQL)—effectively acting as a pre-CI quality gate.