🛠️ Mason: Add Distributed Database Sharding Architect prompt#598
🛠️ Mason: Add Distributed Database Sharding Architect prompt#598
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 expert prompt in the technical/architecture catalog to generate guidance on distributed database sharding/partitioning, and wires it into the published docs/navigation.
Changes:
- Added
Distributed Database Sharding Architectprompt YAML underprompts/technical/architecture/. - Added the new prompt to the architecture overview and documentation indices (MkDocs pages/TOC).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| prompts/technical/architecture/overview.md | Adds the new prompt to the architecture prompt list. |
| prompts/technical/architecture/distributed_database_sharding_architect.prompt.yaml | Introduces the new sharding/partitioning architect prompt definition, with testData and evaluator. |
| docs/table-of-contents.md | Adds the generated prompt doc page to the global docs TOC. |
| docs/prompts/technical/architecture/distributed_database_sharding_architect.prompt.md | Adds the generated documentation page for the new prompt. |
| docs/index.md | Adds the new prompt to the docs index list. |
| docs/architecture.md | Adds the new prompt to the architecture section index. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Current Architecture: | ||
| {{current_architecture}} | ||
| testData: | ||
| - input: |
| Current Architecture: | ||
| {{current_architecture}} | ||
| testData: | ||
| - input: |
💡 What: Added a new expert-level prompt
distributed_database_sharding_architect.prompt.yamlwithinprompts/technical/architecture/. Also updated prompt documentation.🎯 Why: To fill a identified gap in the technical architecture domain for highly scalable distributed database sharding and partitioning strategies.
📊 Impact: Provides an advanced tool for generating expert guidance on distributed database sharding strategies.
PR created automatically by Jules for task 5264782053144988225 started by @fderuiter