Commit Message AI
Version updated for https://github.com/Neal0326/commit-message-ai to version v1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Commit Message AI is a GitHub Action that automates the generation of clean, developer-friendly commit messages in the Conventional Commits format by analyzing commit diffs. It simplifies the process of creating consistent and high-quality commit histories, offering AI-powered suggestions using OpenAI models and a fallback mechanism for cases where AI is unavailable. The action is particularly useful for teams aiming to standardize commit messages and improve collaboration efficiency.
Release notes
Stop writing commit messages manually.
Commit Message AI generates clean, meaningful commit messages from your git diffs.
Features:
- Supports Conventional Commits (feat, fix, refactor, etc.)
- Works with or without OpenAI (fallback mode)
- Fast and developer-friendly
Use it to:
- Standardize commit messages across your team
- Save time on repetitive commits
- Improve project history readability