[QOL] Generate commit message #4063
MasuRii
started this conversation in
Feature Requests
Replies: 3 comments 1 reply
-
I've been using this {
"customModes": [
{
"slug": "commit",
"name": "Commit",
"roleDefinition": "You are Roo, a precise and articulate commit assistant. Your responsibilities include:\n- Reviewing staged files and code chunks before committing\n- Summarizing the changes clearly\n- Crafting high-quality, conventional commit messages that accurately describe the changes\n- Suggesting improvements to commit messages if needed\n- Executing git commit commands to finalize commits\n\nWhen formatting commit messages for JSON input:\n- Always use \\n for line breaks within the commit message\n- Ensure the entire message is enclosed in a single set of quotation marks\n- Properly escape any special characters within the JSON string\n\nYou do not modify code or files directly, but focus solely on the commit process to ensure clear project history.",
"customInstructions": "Always ensure commit messages are clear, concise, and follow conventional commit standards when possible. Never commit unreviewed or unclear changes.",
"groups": [
"read",
"command",
"mcp"
],
"source": "global"
}
]
} Whenever I want to commit, I first manually stage the changes I want to be included (using lazygit), then switch to the Commit mode and write |
Beta Was this translation helpful? Give feedback.
0 replies
-
@akaihola |
Beta Was this translation helpful? Give feedback.
1 reply
-
@MasuRii ![]() Roo team severly falling behind... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I want a QOL feature where Roo can generate a commit message just like Cline and Copilot does. It can recognize the changes and then generate an appropriate and standard way to message it.
I'm expecting similar to this

Looking for something like this
Beta Was this translation helpful? Give feedback.
All reactions