Env Change Verification

An environment variable change is not live until the artifact that reads it is rebuilt, redeployed, or re-reads it — and a wrong-but-present value fails silently. Know for each variable whether it is baked at build time or read at request time. Triggers when adding or editing any env var, CI secret, or hosted config value, and when a CI or cloud build consumes build-time env. Does not fire on database schema changes (db-migration-verification) or on code-only changes with no config surface.

randommonicle Updated

File contents

randommonicle/claude-skills/tree/main/env-change-verification commit 706dd821c6

Frequently asked questions

npx skillmds@latest add randommonicle/env-change-verification