Find Every Config Value That Diverges Between Environments
Scans your config files to surface every value that differs across envs and ranks the risk of each divergence.
The Prompt
Already a member? Sign in.
Claude Code: Map Every Config Value That Can Drift Between Environments
Finds every config value that is environment-specific and flags the ones with no validation or parity check.
Find Every Config Value That Should Be an Enum
Scan a codebase for stringly-typed config and environment values that are secretly a closed set.
Cursor: Surface Every Caller That Ignores Your Return Value
Finds every call site where a meaningful return value is silently discarded, hiding bugs.
Extract a Load Order Assumption Map From a Config File
Finds every place in a config file where something depends on initialization order that is never guaranteed.