Local Dev Environment Check
Verify all required tools, configs, and services are properly set up
Example Prompt
Check if my local dev environment has everything set up correctly for the backend project
About
Validates a developer's local environment by checking that required configuration files exist, verifying that essential services like Docker containers and databases are running, and confirming that environment-specific settings match expected values. A pass/fail checklist is generated with fix instructions for any issues found.
Workflow Steps
List the project directory to verify required config files and directory structure exist
📁 List DirectoryRead key configuration files to validate settings and environment variables
📄 Read FileCheck that all required Docker containers are running and healthy
📦 List ContainersVerify Redis connectivity and check for required seed data keys
🔑 Get KeyWrite a pass/fail environment checklist with fix instructions for any failures
✏️ Write FileTools Used
List Containers
List running and stopped Docker containers with status, ports, and image info
List Directory
List all files and subdirectories in a given directory path
Read File
Read the contents of a file at a specified path on the local filesystem
Write File
Write or overwrite a file at a specified path with the given content
Get Key
Retrieve the value of a key from a Redis datastore