Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringTesting and QA

database-migrations

Safe, reversible database schema changes for production systems.

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
3

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations
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 May 1, 2026, database-migrations has 3 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/database-migrations.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Safe, reversible database schema changes for production systems. Before applying any migration: Never rename directly in production. Use the expand-contract pattern: For operations Prisma cannot express (concurrent indexes, data backfills): Remove a column from the Django model without dropping it from the database immediately: For critical production changes, follow the expand-contract pattern: - Covers PostgreSQL, MySQL, and five major ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate) with workflow examples and schema patterns for each - Enforces core principles: immutable deployed migrations, forward-only production rollbacks, and separation of schema (DDL) from data (DML) migrations - Provides the expand-contract pattern for zero-downtime column renames and large refactors, with concrete timeline examples - Includes safety checklist, anti-patterns table, and detailed PostgreSQL recipes for concurrent indexes, batched updates, and NOT NULL column additions without table locks - Creating or altering database tables - Adding/removing columns or indexes - Running data migrations (backfill, transform) - Planning zero-downtime schema changes - Setting up migration tooling for a new project - Every change is a migration — never alter production databases manually - Migrations are forward-only in production — rollbacks use new forward migrations - Schema and data migrations...

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 database-migrations do?

Safe, reversible database schema changes for production systems.

Is database-migrations good?

database-migrations does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support database-migrations?

database-migrations currently lists compatibility with Claude Code, Skills CLI.

Is database-migrations safe to install?

database-migrations 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 database-migrations?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install database-migrations?

Run the following command to install database-migrations: npx skills add https://github.com/affaan-m/everything-claude-code --skill database-migrations

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering