← Back to Skills

Local Dev Environment Check

Verify all required tools, configs, and services are properly set up

Developer 5 steps 5 tools 3 servers

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

1

List the project directory to verify required config files and directory structure exist

📁 List Directory
2

Read key configuration files to validate settings and environment variables

📄 Read File
3

Check that all required Docker containers are running and healthy

📦 List Containers
4

Verify Redis connectivity and check for required seed data keys

🔑 Get Key
5

Write a pass/fail environment checklist with fix instructions for any failures

✏️ Write File

Tags

dev-environmentsetupvalidationonboarding