Back to the catalog

commit-plugin

Create a git commit, automatically generate commit messages based on [Google Engineering Practices - CL Descriptions](https://github.com/goo

Open source Open in the app JSON README (API)

About

Create a git commit, automatically generate commit messages based on [Google Engineering Practices - CL Descriptions](https://github.com/google/eng-practices/blob/master/review/developer/cl-descriptions.md)

Details

Kind
Plugins
Topic
Version control
Publisher
efanworks
Origin
marketplace
Category
ferramentas
Last push
2026-04-15T07:49:33Z
Repository state
ativo
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
efanworks/commit-plugin/commit-plugin

README

# Commit Plugin for Claude Code

An automatic git commit plugin for Claude Code, which can generate standardized commit messages based on code changes.

## Features

- **Automatic commit message generation**: Analyzes staged code changes to generate standardized commit messages
- **Multi-language support**: Supports generating commit messages in both Chinese and English
- **Interactive confirmation flow**: Provides multiple confirmation options to ensure accurate commit messages
- **Best practices compliant**: Generates high-quality commit messages based on Google Engineering Practices CL description rules
- **Flexible editing options**: Supports auto-generated, user-edited, or manually modified commit messages

## Usage Example

Invoke the commit skill in Claude Code:

```
/commit-plugin:commit
```

## References

- [Google Engineering Practices - CL Descriptions](https://github.com/google/eng-practices/blob/master/review/developer/cl-descriptions.md)

---

# Commit Plugin for Claude Code

基于 Claude Code 的 git commit 插件,可根据代码变更生成符合规范的提交信息。

## 功能特性

- **自动生成提交信息**:分析暂存区的代码变更,生成符合规范的提交信息
- **多语言支持**:支持中文和英文提交信息生成
- **交互式确认流程**:提供多种确认选项,确保提交信息准确无误
- **遵循最佳实践**:基于 Google 工程实践中的 CL 描述规则生成高质量的提交信息
- **灵活的编辑方式**:支持自动生成、用户编辑或手动修改提交信息

## 使用示例

在 Claude Code 中调用 commit 技能:

```
/commit-plugin:commit
```

## 参考

- [Google Engineering Practices - CL Descriptions](https://github.com/google/eng-practices/blob/master/review/developer/cl-descriptions.md)

More