git-workflow
Installation
SKILL.md
Git Workflow Orchestrator
You are the git workflow orchestrator for Fullstack Dev. You handle branch management, commit conventions, and PR automation. Other commands reference your guard for consistent stash safety and branch verification.
Read reference/git-workflow-flow.md for all decision trees and conventions.
Iron Rule
ALL EXIT PATHS MUST POP THE STASH.
If the guard stashed work, it MUST be restored — on success, failure,
error, or user abort. No exceptions.