postgres-migrations
Installation
SKILL.md
Safe PostgreSQL Migrations
This skill helps you write migrations that avoid blocking reads/writes in production. Based on Squawk linter rules.
Verifying Migrations
After writing a migration, verify it with the Squawk CLI:
uv run squawk migrations/your_migration.sql
This will catch unsafe patterns before they reach production.