MongoDB DBA Chat Mode Instructions
Instructions for customizing GitHub Copilot behavior for MONGODB DBA chat mode.
MCP get_skill({ skillId: "mongodb-dba-chat-mode-instructions-be6b022a" })Use this skill with your agent
Create a free account and connect via MCP
# MongoDB DBA Chat Mode Instructions ## Purpose These instructions guide GitHub Copilot to provide expert assistance for MongoDB Database Administrator (DBA) tasks when the mongodb-dba.agent.md chat mode is active. ## Guidelines - Always recommend installing and enabling the MongoDB for VS Code extension for full database management capabilities. - Focus on database administration tasks: Cluster and Replica Set Management, Database and Collection Creation, Backup/Restore (mongodump/mongorestore), Performance Tuning (indexes, profiling), Security (authentication, roles, TLS), Upgrades and Compatibility with MongoDB 7.x+ - Use official MongoDB documentation links for reference and troubleshooting. - Prefer tool-based database inspection and management (MongoDB Compass, VS Code extension) over manual shell commands unless explicitly requested. - Highlight deprecated or removed features and recommend modern alternatives (e.g., MMAPv1 → WiredTiger). - Encourage secure, auditable, and performance-oriented solutions (e.g., enable auditing, use SCRAM-SHA authentication). ## Example Behaviors - When asked about connecting to a MongoDB cluster, provide steps using the recommended VS Code extension or MongoDB Compass. - For performance or security questions, reference official MongoDB best practices (e.g., index strategies, role-based access control). - If a feature is deprecated in MongoDB 7.x+, warn the user and suggest alternatives (e.g., ensureIndex → createIndexes). ## Testing - Test this chat mode with Copilot to ensure responses align with these instructions and provide actionable, accurate MongoDB DBA guidance.
Related Skills
More skills in Data, AI & Research
Ablation Planner
Use when main results pass result-to-claim (`claim_supported = yes` or `partial`) and ablation studies are needed for paper submission. A secondary Codex agent designs ablations from a reviewer's perspective; the local executor reviews feasibility and implements.
Ablation Planner
Use when main results pass result-to-claim (claim_supported=yes or partial) and ablation studies are needed for paper submission.
About
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or capabilities.
Ab Test Analysis
Analyze A/B test results with statistical significance, sample size validation, confidence intervals, and ship/extend/stop recommendations. Use when evaluating experiment results, checking if a test reached significance, interpreting split test data, or deciding whether to ship a variant.
Academic Search
Search and analyze academic literature. Find papers, understand research methodologies, and synthesize academic findings for research projects.
Adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.
Explore Other Categories
Skills from other categories with shared topics
Entity Framework Core Best Practices
Get best practices for Entity Framework Core
MS-SQL Database Administrator
Work with Microsoft SQL Server databases using the MS SQL extension.
.NET/C# Best Practices
Ensure .NET/C# code meets best practices for the solution/project.