mickelsamuel/migrationpilot

PostgreSQL migration linter. Blocks unsafe migrations before merge: 112 rules, the real Postgres parser, lock analysis, auto-fix. CLI, GitHub Action, MCP.

7Stars on the repository
5Mods indexed here, across every type
21d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

migrationpilot

01

mickelsamuel/migrationpilot

Plugin Claude Code

Blocks unsafe PostgreSQL migrations before they are written or run. Adds a migration-safety skill and a PreToolUse guardrail hook.

7 21d ago A tokens not measured original MIT

PreToolUse

02

mickelsamuel/migrationpilot

Hook

Runs before the agent uses a tool for Write, Edit, MultiEdit and Bash tool calls, executing hook.js via node. From mickelsamuel/migrationpilot.

7 21d ago A tokens not measured original MIT

migrationpilot

03

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…

7 21d ago A 119 tokens original MIT

migrationpilot

05

mickelsamuel/migrationpilot

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.

7 21d ago A tokens not measured original MIT