CLI tool that checks if your local dev environment is ready to run a project

cli developer-tools devtools dx environment-check go open-source
19 Open Issues Need Help Last updated: Mar 7, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes adding a port reachability check for common services like Postgres, Redis, MySQL, and MongoDB. It requires attempting a TCP dial on localhost for their respective default ports and failing with a hint to start the service if nothing is listening. The implementation should be in `internal/check/port.go` and registered under relevant stack conditions.

Complexity: 2/5
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
help wanted checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
help wanted checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source

AI Summary: This issue requests adding basic connectivity checks for Postgres and Redis. If `DATABASE_URL` or `REDIS_URL` environment variables are set, the application should attempt to connect and ping Postgres using `pgx` or send a `PING` command to Redis using `go-redis`. The checks should reside in new `internal/checks` files.

Complexity: 1/5
help wanted checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
help wanted checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
help wanted checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source

AI Summary: This issue proposes adding a new check to ensure all keys defined in `.env.example` are present in the local `.env` file. The check should run only when both files exist, and if any keys are missing, it should fail and list them for the user. Implementation should follow the pattern of existing checks and be registered in the central registry.

Complexity: 3/5
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source
good first issue checker

CLI tool that checks if your local dev environment is ready to run a project

Go
#cli#developer-tools#devtools#dx#environment-check#go#open-source