--- description: Git workflow automation with safety enforcement --- # /gitflow Git workflow automation with smart commits, branch management, and safety enforcement. ## Sub-commands | Sub-command | Description | |-------------|-------------| | `/gitflow commit` | Smart commit with optional --push, --merge, --sync | | `/gitflow branch-start` | Create a properly-named feature branch | | `/gitflow branch-cleanup` | Clean up merged/stale branches | | `/gitflow status` | Enhanced git status with recommendations | | `/gitflow config` | Configure git-flow settings |