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
developfeature/* new request
feature/*develop QA loop + secret scan PASS locally gh pr checks <PR#> --watch green. Local ≠ CI: CI also runs lint + build.
developmain user approves the release prompt below same CI wait → merge → tag → bump
maindevelop 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?"

Installs
54
First Seen
Aug 8, 2026
live-dev-deploy — drgarbage/ag-course-index