What problem does it solve?
This skill prevents unsafe, manual deployment anti-patterns by enforcing a strict, gated workflow that ensures the working tree is clean, synced, and verified before any production or development deployment occurs.
Core Features & Use Cases
- Hardened Routing: Automatically routes deployment requests to project-specific, hardened shell scripts while preventing manual CLI fallbacks.
- Safety Gates: Enforces critical checks including branch-to-environment mapping, clean-tree verification, and origin synchronization.
- Use Case: When you need to push a backend update to production, this skill ensures your local branch is synced with origin and that the deployment script is executed without exposing sensitive environment variables or bypassing project-defined safety protocols.
Quick Start
Use the deploy skill to safely push the current branch to the appropriate backend environment.