VibeHunt
Back to browse

czg

Interactively generate standardized commit messages.

The tool provides an interactive command‑line interface for creating commit messages that conform to the Conventional Commits specification. It replaces the default prompt of the Commitizen workflow, allowing users to search and select commit types, scopes, and emojis, which helps reduce spelling errors and speeds up the commit process. The output can be customized while still adhering to the standard format, and it integrates with tools such as commitlint and supports monorepo scopes.

It is implemented as a lightweight Node.js package that can be installed via npm, Homebrew, or other package managers, and it is available as a stable CLI command. The adapter works with the existing Commitizen ecosystem, making it compatible with existing Git workflows without requiring major changes.

Additional features include optional OpenAI assistance for generating commit messages and built‑in handling of issue prefixes, which can link commits to tracking systems. The project is maintained on GitHub and includes documentation for installation, configuration, and usage.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps