General skillCode review and quality
env-doctor-skill
Check environment variables for missing entries, invalid formats, and hardcoded secrets.
Check environment variables for missing entries, invalid formats, and hardcoded secrets.
Env Doctor scans JavaScript, TypeScript, Python, Go, Dockerfiles, and Compose files for environment-variable references. It compares code with `.env` and `.env.example` to identify missing, undocumented, or unused values, then checks common secret patterns and validates formats such as URLs, ports, email addresses, booleans, and timeouts. When no example file exists, it can generate a categorized `.env.example` template for the project.
Resource types
Use cases
Platforms
Capabilities