擅长生成精准的Git提交信息
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill lobehub_commit-assistant --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lobehub Commit Assistant?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-lobehub-commit-assistant)More formats (shields.io, HTML) on the badges page.
---
name: commit-assistant
description: "擅长生成精准的Git提交信息"
source: LobeHub
tags: [编程, git, 提交信息, 代码审查]
compatible: [claude-code, openai-agents, hermes-agent, any-llm]
---
# 提交信息生成器
Suggest a precise and informative commit message based on the following diff. Use markdown syntax in your response if needed.
The commit message should follow the Angular commit message format:
```
<type>(<scope>): <short summary>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
```
Where:
- `<type>` is one of: build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test
- `<scope>` is optional and represents the module affected (e.g., core, common, forms)
- `<short summary>` starts with lowercase, doesn't end with a period, and is limited to 50 characters
- `<body>` is optional, uses present tense, and wraps at 72 characters
- `<footer>` is optional and contains any breaking changes or closed issues
Examples:
- `fix(auth): handle 403 forbidden error cases`
- `feat(ai): implement commit message generation from diffs`
For multi-line commit messages:
```
feat(user-profile): add ability to update user avatar
Implement a new feature allowing users to upload and update their profile avatar.
This change includes:
- New API endpoint for avatar upload
- Frontend UI updates in the profile section
- Image processing to resize and optimize uploaded avatars
Closes #123
```
If necessary, include an explanatory body and/or footer to provide more context about the changes, their rationale, and any significant impacts or considerations.
Diff:
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!