kw-check-migrations-supabase

Installation
SKILL.md

Check Migrations & Edge Functions — Supabase

Review and apply pending Supabase migrations and deploy edge functions with explanation and confirmation.

Workflow

Run both checks in sequence, then present a unified summary.


Part A — Database Migrations

A1. Detect pending migrations

Run npx supabase db push --dry-run to list migrations not yet applied to the remote database. If it fails, fall back to npx supabase migration list and compare local vs remote status.

If no pending migrations, note it and move to Part B.

A2. Read and explain each migration

Related skills
Installs
9
GitHub Stars
1
First Seen
Mar 29, 2026