Commit Pro - 智能提交信息生成

自动分析代码变更,生成符合 Conventional Commits 规范的提交信息。支持中英文,智能识别变更类型。

v1.0.0
SkillCode Team

Created by

SkillCode Team

📥90downloads
❤️54likes

Quick install (copy this URL):

https://skillcode.cc/commit-pro

Tell Claude: "Install https://skillcode.cc/commit-pro"

Category:development
Tags:gitcommitproductivityzh-CN

README

# Commit Pro

智能生成 Git 提交信息的技能。

## 功能
- 自动分析 git diff
- 生成符合 Conventional Commits 的提交信息
- 支持中英文
- 识别变更类型(feat/fix/docs等)

## 使用方法
```bash
# 在项目目录中
claude "生成提交信息"
# 或
claude "commit"
```

## 示例输出
```
feat: 添加用户认证功能

- 实现 Google OAuth 登录
- 添加用户会话管理
- 创建登录/注销界面
```

Files

SKILL.mdfile
---
name: commit-pro
description: 智能生成 Git 提交信息
---

当用户请求生成提交信息时:
1. 运行 git status 查看变更文件
2. 运行 git diff 分析具体变更
3. 识别变更类型
4. 生成简洁的提交信息

Metadata

License
MIT
Created
1/6/2026
Updated
1/6/2026