commit-messages
There are 23 repositories under commit-messages topic.
hyperb1iss/git-iris
AI-powered Git assistant that enhances workflows with intelligent commit messages, code reviews, and documentation generation, supporting multiple LLM providers with Model Context Protocol support
welpo/git-sumi
The non-opinionated Rust-based commit message linter.
utensils/yeet
A lazy developer's git tool for generating BRUTALLY RUDE commit messages with AI and automatically pushing changes. Uses Ollama to create technically accurate but hilariously offensive commit messages that follow conventional commit format.
defgsus/good-github
Collector of exceptional / somewhat personal github commit messages - updated daily
oleander/git-ai
Git AI uses ChatGPT and git hook to generate commit messages based on the staged files. Leave the commit message empty and let Git AI do the work for you!
sidedwards/auto-commit
Automatically generate git commit messages.
chophe/ai-commit
🤖 AI-powered Git commit message generator that creates meaningful, standardized commits using OpenAI's GPT models. Supports Conventional Commits, Gitmoji, and custom formats. Streamline your Git workflow with AI-generated commit messages that follow best practices. Features: ✨ Conventional Commits support 🎨 Gitmoji integration 🌍 Multiple langua
alestor123/IS-CONVENTIONAL
This is a simple code for checking wether the commit msg is conventional or not
IanSkelskey/ai-diff-commit
Automates the creation of standardized Git commit messages using OpenAI's ChatGPT, ensuring adherence to the Conventional Commits specification for clear and meaningful commit history. It offers an intelligent, interactive way to craft commit descriptions directly from your code diffs.
AccursedGalaxy/noidea
AI-powered Git assistant that generates conventional commit messages, analyzes commit history, and provides feedback with personality. Smart commit suggestions meet entertainment.
jpqy/git-verbosity
Displays the average commit message length of a user and their friends (created in under 5 hours for a hackathon challenge)
vancura/diff-summarizer
A Git commit message generator powered by OpenAI GPT-4o and Anthropic Claude 3.5
bungogood/mercury
CLI tool that leverages generative AI to automate Git workflows. It generates PR and commit messages, and rewords empty commits, streamlining collaboration and enhancing productivity.
dawidwoz/git-truck
Visualizing a Git repository
gagancodes99/guidelines
"Personal guidelines for commit message standards, branching strategies, and development best practices. Not definitive, just a starting point to improve project consistency and collaboration."
KaungKhantKyaw1997/git_emoji_enhancer
A tool to enhance Git commit messages with emojis.
MBeggiato/ConventionalFighter
A web GUI for generating conventional commit messages following the Conventional Commits specification.
NathanielBrewer/git-author-metrics
A bash script for getting git commit metrics for an author in any number of repos. Current metrics are: average, min, and max message length; total lines added and removed.
joe-stifler/git_genie
GitGenie is a Python CLI tool that helps developers improve the quality of their Git commit histories and pull request descriptions. It automates the generation of meaningful commit messages and compiles detailed pull request summaries.
lairortega/restric-git-commit
Simple script to validate the commit message on git
mesaugat/compact-squash-commits
Remove new lines and consecutive duplicate commit messages when doing a "Squash and merge" in GitHub.
welpo/git-sumi-action
Lints Pull Request titles with git-sumi
WoongheeLee/vscode-commitgen
Generate Git commit messages using GPT API from your staged changes in VS Code.