live-dev-deploy
Installation
SKILL.md
live-dev-deploy
This skill guides local verification, test-driven auto-healing, preview URL delivery, and Git Flow release deployment.
bash blocks are POSIX (Git Bash on Windows). Any logic beyond one command/pipe lives in resources/*.js, never in shell control flow. If your Bash tool is cmd.exe or PowerShell, translate each snippet before running it.
1. Git Flow & Release Lifecycle
| Transition | Trigger | Gate |
|---|---|---|
develop → feature/* |
new request | — |
feature/* → develop |
QA loop + secret scan PASS locally | gh pr checks <PR#> --watch green. Local ≠ CI: CI also runs lint + build. |
develop → main |
user approves the release prompt below | same CI wait → merge → tag → bump |
main → develop |
immediately after the release PR merges | back-merge, no PR needed. The bump commit exists only on main; skip this to prevent branch version collision. |
Release prompt, verbatim: "Would you like to release this to the production environment?"