Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: db-migration-review
3owner: openagents
4version: 1.0.0
5kind: workflow
6title: Migration Review
7summary: "Review a schema migration before it runs: locks, blast radius, deploy compatibility, and a rehearsed rollback"
8license: MIT
9tags: [database, migrations, review, safety, deployment]
10runtimes: [claude-code, cursor, codex, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: WORKFLOW.md
16files:
17 - WORKFLOW.md
18 - patterns.md
19inputs:
20 - name: migration
21 type: string
22 required: true
23 description: The migration file or SQL to review
24 - name: table_size
25 type: string
26 required: false
27 description: "Approximate row count of the affected tables, if known"
28requires: []
29

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc