← ClaudeAtlas

supabase-schema-reviewerlisted

Review Supabase/Postgres schema design, table ownership, normalization, defaults, relationships, and migration coherence. Use for new tables, column design, view design, schema cleanup, and database modeling decisions.
conectlens/lenserfight · ★ 6 · API & Backend · score 68
Install: claude install-skill conectlens/lenserfight
# Supabase Schema Reviewer ## Use when - adding or changing tables, views, or relationships - reviewing naming, ownership, or normalization decisions - checking whether migrations form a coherent model ## Workflow 1. Read supabase/migrations/*! Inspect schema intent, ownership model, and relationships. 2. Flag weak naming, missing constraints, awkward defaults, and modeling debt. 3. Return exact schema recommendations with migration notes. 4. Run 'npx supabase migration up --local' to ensure the created migrations applied successfully ## Load only when needed - [Schema review method](references/REFERENCE.md) - [Schema decision template](assets/schema-decision-template.md)