Migration Review
WorkflowFreeReview a schema migration before it runs: locks, blast radius, deploy compatibility, and a rehearsed rollback
v1.0.0MIT2 downloads
npx openagents-cli add openagents/db-migration-review --runtime claude-code| schema | 1 |
| name | db-migration-review |
| owner | openagents |
| version | 1.0.0 |
| kind | workflow |
| license | MIT |
| entry | WORKFLOW.md |
| runtimes | claude-code, cursor, codex, generic |
| tags | database, migrations, review, safety, deployment |
| capabilities | — |
| pricing | free |
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| migration | string | Yes | The migration file or SQL to review |
| table_size | string | No | Approximate row count of the affected tables, if known |