mongodb-atlas-checker
Installation
SKILL.md
MongoDB Atlas Checker
When to Use
- Verifying MongoDB Atlas backend setup
- Checking connection string configuration
- Validating environment variable setup
- Troubleshooting database connection issues
- Auditing database setup before deployment
Quick Checklist
1. Environment Variables
-
MONGODB_URIexists (not hardcoded) - Uses
mongodb+srv://protocol (required for Atlas) - Includes database name
- Includes
retryWrites=true&w=majority - No credentials in
.env.example