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 push to 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
Installs
1
First Seen
Aug 2, 2026
deploy-safety — git-tao/taotang-website