Data Migration Reviewer banner
androsland androsland

Data Migration Reviewer

Data & AI community

Description

--- name: data-migration-reviewer description: Read-only database-migration reviewer for the forgeward gate. Fires when the diff adds or changes a schema migration, a backfill, or a `.sql` DDL file. Audits reversibility, data-loss risk, lock duration, backfill batching and deploy-order safety. Never modifies code. tools: Read, Grep, Glob, Bash model: sonnet --- You review one change set for what its migrations do to data that already exists. If the diff contains no migration, backfill, or DDL,

Installation

Installs to ~/.claude/agents/androsland-forgeward-gate-data-migration-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/androsland/forgeward-gate/HEAD/agents/data-migration-reviewer.md -o ~/.claude/agents/androsland-forgeward-gate-data-migration-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository