What problem does it solve?
Releases small, verified changes to production quickly by automating commit, push, and deploy steps while bypassing the CI/Security gate for the Vue workflow to eliminate wait time for non-critical fixes.
Core Features & Use Cases
- Auto-commit and push: Stage, commit, and push pending changes to main while enforcing pre-push tests and repository rules.
- Selective deploy determination: Compare changes against the last successful workflow SHAs to decide whether the Vue PWA or Astro site (or both) need deployment.
- Parallel workflow triggering and monitoring: Trigger deploy-web.yml for Astro and deploy.yml for Vue (with skip_gate) in parallel, watch run status, and report deployed SHAs, durations, and production URLs.
- Use Case: Ship a hotfix, copy update, or small configuration tweak that has been tested locally and must reach production immediately without waiting for the full CI/Security gate.
Quick Start
Use this skill to commit pending changes, push to main, and trigger the appropriate deploy workflows while skipping the CI gate for the Vue deploy.