Plugin Claude Code
Blocks unsafe PostgreSQL migrations before they are written or run. Adds a migration-safety skill and a PreToolUse guardrail hook.
Plugin Claude Code
Blocks unsafe PostgreSQL migrations before they are written or run. Adds a migration-safety skill and a PreToolUse guardrail hook.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, executing hook.js via node. From mickelsamuel/migrationpilot.
Skill Claude CodeCodex
Check PostgreSQL DDL and migrations for lock and downtime hazards before writing or running them. Use before creating or editing any migration file, before writing CREATE INDEX / ALTER TABLE / DROP / ADD CONSTRAINT, and before running any migration command (psql, prisma migrate, alembic upgrade, flyway migrate, rails…
Cursor rule
Check PostgreSQL migrations with MigrationPilot before proposing or applying any DDL.
MCP server Claude CodeCodexCursor +2
112 rules that catch dangerous PostgreSQL migrations, plus a pass/fail gate to call before any DDL. Runs locally from the migrationpilot npm package.