# czg を Homebrew でインストール

czg のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:czg
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install czg
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:czg
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.13.1
- **ソース概要:** Interactive Commitizen CLI that generate standardized commit messages
- **ホームページ:** <https://cz-git.qbb.sh>
- **最終更新:** 2026-06-15T10:20:14-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- czg (エイリアス)
- git-czg (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.13.1
## プロジェクトの歴史と使われ方

czg is the command-line front end in the cz-git project, aimed at developers who want an interactive Commitizen-style prompt that emits Conventional Commits-compatible Git messages.

### プロジェクトの歴史

The cz-git repository was created in 2022 and describes itself as both a Commitizen adapter and a Git commit CLI. Its documentation presents czg as the direct CLI path for users who want the prompt without wiring the adapter through Commitizen first.

### 採用の歴史

The project sits in the Node.js Git tooling ecosystem: the README links the czg npm package and the Homebrew formula, while the docs show czg as a standalone command that extends normal git commit options.

### 使われ方

Typical use is to run czg in a Git worktree, answer prompts for type, scope, subject, and related metadata, and let the tool call through to git commit. The CLI also documents subcommands and OpenAI-assisted commit-message options, with local API settings stored in the czg config file.

### パッケージ好きにとっての重要性

For package-manager users, czg is interesting because it packages a JavaScript commit workflow as a small executable command, making Conventional Commits prompts available through npm and Homebrew rather than only through project-local dev dependencies.

### タイムライン

- 2022: cz-git repository created.
- 2026: v1.13.1 release published.

### Related projects

- cz-git is related to Commitizen, commitlint, Conventional Commits, and Git itself.

### ソース

- <https://github.com/Zhengqbbb/cz-git>
- <https://api.github.com/repos/Zhengqbbb/cz-git>
- <https://github.com/Zhengqbbb/cz-git/releases/tag/v1.13.1>
- <https://cz-git.qbb.sh/cli/>
- <https://cz-git.qbb.sh/config/>


## セキュリティノート

czg に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./package.json, ./.czrc, ./.cz.json, ./.cz.yaml, ./.cz.toml, ./cz.config.js, ./cz.config.cjs, ~/.config/.czrc

## Credential files

- Unix: ~/.config/.czrc

## Combined YAML source

View the package source record on GitHub. [combined/czg.yml](https://github.com/mxcl/pkgdb/blob/main/combined/czg.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
