← ClaudeAtlas

deploy-guardlisted

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/Harness-Creator · ★ 4 · AI & Automation · score 75
Install: claude install-skill tjdwls101010/Harness-Creator
# 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.