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
More from kwazema/claude-skills
kw-gsd-fortify
>
11kw-cubic
>
10kw-stack-audit
>
10kw-update-skills
>
10kw-vite-checker-setup
>
10kw-find-docs
Retrieves up-to-date documentation and code examples from Context7 for any library or framework. Use when writing code that depends on external packages, verifying API signatures, looking up usage patterns, or when training data may be outdated. Covers setup, migration, and version-specific docs.
9