Zero-Downtime Schema Migration Risk Assessor
Assesses a SQL migration for zero-downtime safety — flagging blocking locks, table rewrites, breaking column drops, NOT NULL backfills, FK validation storms — and returns a multi-step rollout plan with online DDL alternatives, expand-contract sequencing, and rollback procedure.
About this prompt
When to use this prompt
- check_circlePre-merge review of any DDL migration touching a production OLTP table
- check_circlePlanning expand-contract rollouts for column drops, renames, or type changes
- check_circleCoaching teams on safe Postgres or MySQL migration patterns at scale
Example output
Latest Insights
Stay ahead with the latest in prompt engineering.
ArticleGetting Started with PromptShip: From Zero to Your First Prompt in 5 Minutes
A quick-start guide to PromptShip. Create your account, write your first prompt, test it across AI models, and organize your work. All in under 5 minutes.
ArticleAI Prompt Security: What Your Team Needs to Know Before Sharing Prompts
Your prompts might contain more sensitive information than you realize. Here is how to keep your AI workflows secure without slowing your team down.
ArticlePrompt Engineering for Non-Technical Teams: A No-Jargon Guide
You do not need to know how to code to write great AI prompts. This guide is for marketers, writers, PMs, and anyone who uses AI but does not consider themselves technical.
ArticleHow to Build a Shared Prompt Library Your Whole Team Will Actually Use
Most team prompt libraries fail within a month. Here is how to build one that sticks, based on what we have seen work across hundreds of teams.
ArticleGPT vs Claude vs Gemini: Which AI Model Is Best for Your Prompts?
We tested the same prompts across GPT-4o, Claude 4, and Gemini 2.5 Pro. The results surprised us. Here is what we found.
ArticleThe Complete Guide to Prompt Variables (With 10 Real Examples)
Stop rewriting the same prompt over and over. Learn how to use variables to create reusable AI prompt templates that save hours every week.
Recommended Prompts
SQL Query Optimizer + EXPLAIN Plan Reader
Reads a SQL query plus an EXPLAIN/EXPLAIN ANALYZE plan and identifies the actual bottleneck — sequential scans, missing indexes, bad join order, hash spills, lossy estimates — then rewrites the query and proposes the minimal index set with measured impact estimates.
Database Schema Modeler & Query Optimizer
Designs a normalized (or deliberately denormalized) schema and optimizes hot queries.
Database Decision Architect: PostgreSQL vs MongoDB vs DynamoDB Reasoning Scaffold
Walks an engineering team through a structured database selection decision using a reasoning scaffold — extracts requirements, scores each candidate database against weighted criteria, surfaces honest trade-offs, models 5-year cost and operational projections, and produces a defensible decision document an engineering org can sign off on.
Incident Postmortem Writer
Produce a blameless postmortem with timeline, five-whys, contributing factors, and durable corrective actions.
Token Counter
Real-time tokenizer for GPT & Claude.
Cost Tracking
Analytics for model expenditure.
API Endpoints
Deploy prompts as managed endpoints.
Auto-Eval
Quality scoring using similarity benchmarks.