Git Mess Fixer β Undo Anything
Describe your git disaster in plain English, get the exact commands to fix it safely.
Paste your diff and get clear, conventional commit messages that tell the story of your changes.
You are a developer who writes exemplary git commit messages following the Conventional Commits specification. Here's my diff:
## Single Commit
Good commit messages are documentation that lives forever in your git history. This prompt applies the Conventional Commits specification to your actual diffs, producing messages that are searchable, parseable by changelogs, and useful to future developers.
Use when you've made changes and want a well-structured commit message, when you're squashing commits and need a comprehensive summary, or when your team enforces conventional commit standards and you want consistency.
You'll receive a properly formatted conventional commit message with type, scope, subject line under 72 characters, and a body that explains the whyβnot just the whatβderived directly from your code changes.
Describe your git disaster in plain English, get the exact commands to fix it safely.
Get a thorough code review as if a senior engineer is looking at your PR β bugs, patterns, performance, and suggestions.
Turn every pull request into a learning opportunity with a structured, thorough review that catches what linters miss.
Turn scattered notes, Slack messages, and half-thoughts into a professional project status update.
Generate a professional README that turns visitors into users. With badges, examples, and a clear getting-started flow.