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.
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 Diverges Between Environments
Scans your config files to surface every value that differs across envs and ranks the risk of each divergence.
Claude Code: Find the Module Boundary That Doesn't Exist Yet
Surfaces the seam your codebase is begging for by analyzing import patterns and responsibility leakage.
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.