概要
The SQLAlchemy Code Review skill provides an automated layer of expertise for Python developers working with relational databases. It focuses on modern SQLAlchemy 2.0 patterns, auditing session lifecycles to prevent leaks, and identifying performance bottlenecks like N+1 queries through relationship strategy analysis. By providing specific guidance on Alembic migrations and bulk operation efficiency, this skill ensures that database layers are not only performant but also maintainable and safe for production environments.