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.
The Prompt
Already a member? Sign in.
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.
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.
Claude Code: Map the Implicit State Machine in a Stateful Module
Forces Claude to extract the hidden state machine from imperative code before you refactor or extend it.
CLAUDE.md: Enforce Explicit Null Handling Before Property Access
Configure Claude Code to reject any code that accesses object properties without first asserting the value exists.