Skip to main content
Back to registry

sqlalchemy-alembic-expert-best-practices-code-review

wispbit-ai/skills

Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code.

Installs214
Install command
npx skills add https://github.com/wispbit-ai/skills --skill sqlalchemy-alembic-expert-best-practices-code-review
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: - Writing Alembic migrations for schema changes - Creating or modifying SQLAlchemy models - Adding indexes, constraints, or foreign keys via Alembic - Reviewing database migration code for safety - Refactoring existing database schemas - Optimizing query patterns or database performance - only-concurrent-indexes - Always use postgresql_concurrently=True with autocommit blocks for index operations - verify-query-patterns-are-indexed - Ensure SQLAlchemy queries have appropriate indexes defined - unique-constraint - Split unique constraint creation into concurrent index + constraint steps - split-foreign-key - Add foreign keys with NOT VALID first, then validate separately - change-column-type - Use multi-step approach for column type changes to avoid table locks - split-check-constraint - Add check constraints with NOT VALID first, then validate separately - limit-non-unique-index - Limit non-unique indexes to maximum three columns for efficiency - ensure-index-not-covered - Prevent redundant indexes that are already covered by composite indexes - Brief explanation of why it matters - Impact level and description - Incorrect SQLAlchemy/Alembic...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does sqlalchemy-alembic-expert-best-practices-code-review do?

Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code.

Is sqlalchemy-alembic-expert-best-practices-code-review good?

sqlalchemy-alembic-expert-best-practices-code-review does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does sqlalchemy-alembic-expert-best-practices-code-review work with?

sqlalchemy-alembic-expert-best-practices-code-review currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to sqlalchemy-alembic-expert-best-practices-code-review?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install sqlalchemy-alembic-expert-best-practices-code-review?

npx skills add https://github.com/wispbit-ai/skills --skill sqlalchemy-alembic-expert-best-practices-code-review

Related skills

More from wispbit-ai/skills

Related skills

Alternatives in Software Engineering