Padosoft Environment Gating

Use this skill whenever a branch behaves differently depending on the environment — debug output, error detail, a profiler or diagnostic endpoint, a permissive security header, a seed, an auth mock, a provider in test mode, a destructive command guard, a feature flag keyed on the deployment. Also when the user reports that a development behaviour appeared on the live site, that stack traces or query dumps are visible to users, that a staging box behaves like a laptop, or that an environment check did not match. It replaces the two-valued check with the three answers that actually exist, and picks the default from what the branch does. Do not use it for CI workflow configuration, for secret management, or for choosing a deployment topology.

padosoft Updated

File contents

padosoft/skills/tree/main/skills/padosoft-environment-gating commit 8f271340b8

Frequently asked questions

npx skillmds@latest add padosoft/padosoft-environment-gating