Skip to main content
Back to the directory
wispbit-ai/skillsSoftware EngineeringFrontend and Design

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

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
703

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/wispbit-ai/skills --skill sqlalchemy-alembic-expert-best-practices-code-review
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, sqlalchemy-alembic-expert-best-practices-code-review has 703 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: wispbit-ai/skills. Canonical URL: https://skills.sh/wispbit-ai/skills/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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

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.

Which AI agents support sqlalchemy-alembic-expert-best-practices-code-review?

sqlalchemy-alembic-expert-best-practices-code-review currently lists compatibility with Skills CLI.

Is sqlalchemy-alembic-expert-best-practices-code-review safe to install?

sqlalchemy-alembic-expert-best-practices-code-review has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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

Alternatives in Software Engineering