🛠️ Mason: [Add Zero-Downtime Database Migration Architect prompt]#583
🛠️ Mason: [Add Zero-Downtime Database Migration Architect prompt]#583
Conversation
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
đź‘‹ Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a đź‘€ emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
There was a problem hiding this comment.
Pull request overview
Adds a new technical architecture prompt for designing zero-downtime database migration strategies, and wires it into the repository’s architecture prompt listings and generated docs.
Changes:
- Added
Zero-Downtime Database Migration Architectprompt YAML underprompts/technical/architecture/. - Added generated prompt documentation page under
docs/prompts/technical/architecture/. - Updated architecture indexes / TOC to include the new prompt.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/technical/architecture/zero_downtime_database_migration_architect.prompt.yaml | New prompt definition (variables, system/user messages, testData, evaluator). |
| prompts/technical/architecture/overview.md | Adds the new prompt to the architecture prompts overview list. |
| docs/table-of-contents.md | Adds the new prompt doc page to the global docs TOC. |
| docs/prompts/technical/architecture/zero_downtime_database_migration_architect.prompt.md | Adds the generated Markdown page for the new prompt (includes embedded YAML). |
| docs/index.md | Adds the new prompt doc page to the main docs index listing. |
| docs/architecture.md | Adds the new prompt to the Architecture section listing. |
đź’ˇ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| {{target_architecture}} | ||
| </input> | ||
| testData: | ||
| - input: |
| - [Zero Trust Network Architecture Designer](prompts/technical/architecture/zero_trust_network_architecture_designer.prompt.md) | ||
| - [Zero-Downtime Database Migration Architect](prompts/technical/architecture/zero_downtime_database_migration_architect.prompt.md) |
| {{target_architecture}} | ||
| </input> | ||
| testData: | ||
| - input: |
đź’ˇ What
Add
prompts/technical/architecture/zero_downtime_database_migration_architect.prompt.yaml. Update documentation to reflect the new prompt.🎯 Why
To address a critical gap in the
technical/architecturedomain: zero-downtime database migrations. This provides an expert-level prompt for generating step-by-step strategies for migrating high-availability, mission-critical databases without downtime.📊 Impact
Expands the repository's architectural capabilities to cover complex database reliability engineering tasks. Provides a robust tool for designing advanced migration patterns (e.g., CDC, Dual-Write, Strangler Fig).
PR created automatically by Jules for task 2915434624555056156 started by @fderuiter