# Visual Header ## Purpose Standard header format for consistent visual output across all git-flow commands. ## When to Use - At the start of every git-flow command execution - Displaying command identity to user ## Header Format ``` +----------------------------------------------------------------------+ | GIT-FLOW [Command Name] | +----------------------------------------------------------------------+ ``` ## Command Headers ### /git-commit ``` +----------------------------------------------------------------------+ | GIT-FLOW Smart Commit | +----------------------------------------------------------------------+ ``` ### /git-commit-push ``` +----------------------------------------------------------------------+ | GIT-FLOW Commit & Push | +----------------------------------------------------------------------+ ``` ### /git-commit-sync ``` +----------------------------------------------------------------------+ | GIT-FLOW Commit Sync | +----------------------------------------------------------------------+ ``` ### /git-commit-merge ``` +----------------------------------------------------------------------+ | GIT-FLOW Commit & Merge | +----------------------------------------------------------------------+ ``` ### /branch-start ``` +----------------------------------------------------------------------+ | GIT-FLOW Branch Start | +----------------------------------------------------------------------+ ``` ### /branch-cleanup ``` +----------------------------------------------------------------------+ | GIT-FLOW Branch Cleanup | +----------------------------------------------------------------------+ ``` ### /git-status ``` +----------------------------------------------------------------------+ | GIT-FLOW Status | +----------------------------------------------------------------------+ ``` ### /git-config ``` +----------------------------------------------------------------------+ | GIT-FLOW Configuration | +----------------------------------------------------------------------+ ``` ## Usage Display header immediately after command invocation, before any workflow steps. ## Related Skills - None (standalone utility)