env-config-validator
Installation
SKILL.md
Environment Configuration Validator
Validate .env files across local, staging, and production environments. Ensure all required secrets, database URLs, API keys, and public variables are properly scoped, set, and secure.
Core Capabilities
1. Validate Environment Files
To validate environment configuration:
- Parse
.env,.env.local,.env.production, etc. - Check for required variables
- Verify variable naming conventions
- Detect security issues (exposed secrets, weak values)
- Use
scripts/validate_env.pyfor automated validation
2. Check Variable Scoping
Ensure proper scoping of environment variables: