
Documentation
Skene reads the event writes in your repo, builds a baseline against your Supabase schema, and flags drift on every PR. These docs cover the four ways to plug it in, what it catches, the writes it reads, and how to configure it.
Install
Four surfaces, four installs: MCP into your coding agent, GitHub Action in CI, cloud API call, or a one-time CLI audit.
What Skene catches
Five failure modes (removed, renamed, moved, payload, conditional) with concrete examples of how each shows up.
What Skene reads
The Supabase writes Skene reads: client inserts, upserts, RPCs, and server-side inserts, each mapped to your schema.
Configuration
Allowlist, ignore patterns, environment-specific rules, and how to mark intentional changes as accepted.