Loading...
Loading...
SQLAlchemy ORM and Alembic migration best practices for building safe, performant database schemas. This skill should be used when writing, reviewing, or refactoring SQLAlchemy models, Alembic migrations, or database query patterns. Triggers on tasks involving SQLAlchemy ORM, Alembic migrations, database schema changes, or query optimization.
npx skill4agent add wispbit-ai/skills sqlalchemy-alembic-expert-best-practices-code-review| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Index Management | CRITICAL-HIGH | |
| 2 | Constraint Safety | HIGH | |
| 3 | Optimization | MEDIUM | |
| 4 | Index Efficiency | LOW | |
only-concurrent-indexespostgresql_concurrently=Trueverify-query-patterns-are-indexedunique-constraintsplit-foreign-keyNOT VALIDchange-column-typesplit-check-constraintNOT VALIDlimit-non-unique-indexensure-index-not-coveredrules/only-concurrent-indexes.md
rules/verify-query-patterns-are-indexed.md
rules/unique-constraint.md
rules/split-foreign-key.md
rules/change-column-type.md
rules/split-check-constraint.md
rules/limit-non-unique-index.md
rules/ensure-index-not-covered.md