Git Commit Generator
Generates conventional commit messages from staged git changes by analyzing diffs and file status to create properly formatted commits with optional type and scope parameters.
4 stars
0 tools
Created Aug 2025
@theoklitosbam7/theoklitosbam7-git-commit-generator-git-commit-generatorAbout
Generates conventional commit messages from staged git changes by analyzing diffs and file status to create properly formatted commits with optional type and scope parameters.
Categories
general
Installation
npm
npm install @theoklitosbam7/theoklitosbam7-git-commit-generator-git-commit-generator
Configuration
{
"mcpServers": {
"theoklitosbam7-git-commit-generator-git-commit-generator": {
"command": "npx",
"args": [
"-y",
"@theoklitosbam7/theoklitosbam7-git-commit-generator-git-commit-generator"
]
}
}
}