doctor
Check your development environment for common issues like wrong Node version, missing Docker, git config, env files, or busy ports, and receive a full report with fixes.
Instructions
Run every environment check (Node version, Docker, git config, env files, ports) and return a full report with fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ports | No | Ports the project needs, e.g. [3000, 5432] | |
| projectDir | No | Absolute path to the project directory to check |