supabase-schema-reviewerlisted
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)