Skip to content

docs: add installation and usage guide for cz-ai plugin leveraging GP… #1458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/third-party-commitizen.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
In addition to the native templates, some alternative commit format templates
are available as PyPI packages (installable with `pip`).

### [cz-ai](https://github.com/watadarkstar/cz_ai)

A Commitizen plugin that leverages OpenAI's GPT-4o to automatically generate clear, concise, and conventional commit messages based on your staged git changes.

#### Installation

```sh
pip install cz-ai
```

#### Usage

```sh
cz --name cz_ai commit
```

### [Conventional JIRA](https://pypi.org/project/conventional-JIRA/)

Just like _conventional commit_ format, but the scope has been restricted to a
Expand Down