# Migration Risk Reviewer

> Assess Supabase/Postgres migration blast radius, rollback difficulty, data loss risk, permission regression risk, and rollout safety. Use before applying migrations to shared environments or bundling schema changes into a release.

- Skill: `conectlens/migration-risk-reviewer` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add conectlens/migration-risk-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/conectlens/migration-risk-reviewer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: conectlens (https://skillmd.com/u/conectlens)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/conectlens/migration-risk-reviewer

---


# Migration Risk Reviewer

## Use when
- reviewing one migration or a migration batch
- planning rollout to staging or production
- schema, policy, trigger, or grant changes may have broad effects

## Workflow
1. Identify destructive, auth-sensitive, and contract-sensitive changes.
2. Score rollout risk and rollback difficulty.
3. Return a release recommendation with sequencing and safeguards.

## Load only when needed
- [Risk scoring guide](references/REFERENCE.md)
- [Migration review template](assets/migration-review-template.md)
