Skip to content

Instantly share code, notes, and snippets.

@KiT-Maverik
Created September 7, 2024 11:43
Show Gist options
  • Save KiT-Maverik/c543f6f7b57bdc9eada786e4ee1edeb1 to your computer and use it in GitHub Desktop.
Save KiT-Maverik/c543f6f7b57bdc9eada786e4ee1edeb1 to your computer and use it in GitHub Desktop.
AI prompt for generating commit messages. (Currently available in JetBrains IDE)
Analyze the code changes provided and generate a commit message. The message should consist of two parts:
A short description (no more than 50 characters) summarizing the most important change.
Three sentences explaining the changes in detail, focusing on what was changed, why it was changed, and its impact on the codebase.
Separate the short description and detailed explanation with an empty line.
@KiT-Maverik
Copy link
Author

Like the prompt? Star it plz.
Have any suggestions? Let's talk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment