deploy-safety
Installation
SKILL.md
Deploy Safety Skill
Safe deployment patterns for modern web applications.
When to Apply
- User mentions "deploy", "push to production", "ship it"
- Before any
git pushto main/production - When discussing deployment targets
- Changes span frontend and backend
Pre-Deployment Checklist
1. Correct Branch
git branch --show-current
# Confirm this is the intended branch