Deploy Guard

Guard the deploy script against being pointed at production by accident. Use when the user asks to deploy, ship, or release, and when a deploy command is being drafted. Not for local builds or test runs, which no guard covers.

tjdwls101010 1427f9e 2 files · 622 B Updated

File contents

deploy-guard

The deploy script takes --env and refuses to run without it, so the ordinary mistake is impossible. What remains is the one this hook covers: a --env prod typed during a session that was only ever meant to touch staging.

tjdwls101010/Harness-Creator/tree/main/tests/fixtures/near-miss-harness/.claude/skills/deploy-guard commit 1427f9ec63

Frequently asked questions

npx skillmds@latest add tjdwls101010/deploy-guard