Unify a team's Git interactions with standardized naming conventions and streamlined workflows — directly from VS Code.
Features
Open Ticket — Create a new ticket branch with a guided prefix picker (feature, fix, bug, chore, docs, or custom) and ticket number. Runs git open-ticket <prefix> <ticket> in an integrated terminal.
Close Ticket — Merge and close the current ticket branch. Optionally enables auto-complete (merge + delete source branch) and accepts a commit message. Runs git close-ticket with the chosen options.
Status Bar Buttons — Open Ticket and Close Ticket buttons are always visible in the status bar for quick access.
Requirements
Git with the open-ticket and close-ticket custom commands available on the PATH.