# 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.

- Skill: `tjdwls101010/deploy-guard` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tjdwls101010/deploy-guard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tjdwls101010/deploy-guard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tjdwls101010 (https://skillmd.com/u/tjdwls101010)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tjdwls101010/deploy-guard

---


# 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.

