Git Commit Message Formatter
By shadow_banned · Published · Updated
Generate conventional, descriptive git commit messages from your diff.
Tags: coding, git, utility
Prompt template
## Introduction Create clear, standardized git commit messages based on your code changes. ## Code Changes - Paste the Git Diff or describe the changes: [textarea: E.g., Added user authentication to the login route, fixed a typo in readme] - Project Convention: [dropdown: Conventional Commits (feat/fix/chore), Angular Style, Simple/Brief, Descriptive/Long] ## Specifics - Ticket/Issue Number (Optional): [text: E.g., PROJ-123] - Impact of change: [multi: Breaking Change, UI Update, Database Migration, Performance Fix] - Include a bulleted list in the body? [toggle: Yes, No] --- **Goal**: Output 3 options for a perfectly formatted git commit message.