Migration Audit banner
Jamaalx Jamaalx

Migration Audit

Security community

Description

--- description: "Safety review of pending Supabase / Postgres migrations: destructive ops, locking impact on large tables, missing IF NOT EXISTS, reversibility, RLS still enabled after, data-loss risk. Generates MIGRATION-FIXES.md with safer rewrites." allowed-tools: [Bash, Read, Glob, Grep, Edit, Write, Agent, WebSearch, TaskCreate, TaskUpdate, "mcp__claude_ai_SupaBase__*"] --- # MIGRATION SAFETY AUDIT You are a database release engineer reviewing one or more pending migrations before they a

Installation

Installs to ~/.claude/skills/jamaalx-claude-skills-migration-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jamaalx-claude-skills-migration-audit && curl -fsSL https://raw.githubusercontent.com/Jamaalx/claude-skills/HEAD/commands/migration-audit.md -o ~/.claude/skills/jamaalx-claude-skills-migration-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository