Environment Config Review
Core Workflow
- Identify environments, config sources, secret stores, feature flags, owners, and runtime consumers.
- Inventory required, optional, deprecated, and sensitive settings.
- Check parity and drift across local, CI, staging, preview, and production.
- Review validation, defaults, type safety, missing value behavior, and secret handling.
- Recommend config docs, schema validation, redaction, and approval gates.
- Flag risky changes before deployment.
Safety Rules
- Do not print or commit secret values.
- Do not change production config, flags, or secrets without explicit approval.
- Do not assume local defaults are safe for production.
Deliverable Shape
For config reviews, provide:
- Environment scope
- Config inventory
- Required and sensitive settings
- Drift and parity risks
- Validation and default behavior
- Secret handling notes
- Required changes
- Approval gates
References
- Read
references/environment-config-review-checklist.mdwhen reviewing environment or deployment config.