Enforce git commits after every phase and task to enable rollback and prevent lost work. Auto-trigger when completing phases, tasks, or when detecting uncommitted changes. Auto-commit with Conventional Commits format. Verify branch safety, check for merge conflicts, enforce clean working tree. Block completion if changes not committed.
$npx -y skills add marcusgoll/spec-flow --skill git-workflow-enforcerInstalls into the current project.
Run `npx skills use "https://github.com/marcusgoll/spec-flow" --skill "marcusgoll/spec-flow/git-workflow-enforcer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/marcusgoll/spec-flow" that are relevant to the current task. Run `npx skills add "https://github.com/marcusgoll/spec-flow"` and select the relevant skills, then follow their instructions.