git-commit
Installation
SKILL.md
Git 提交规范 (Git Commit Specs)
[!IMPORTANT] 核心指令 (The Law)
- 全中文:标题与正文必须使用中文(除专有名词外)。
- 原子化:一事一议,禁止混合提交多项任务。
- 保护位:严禁在
main,master,dev分支直接提交,必须先迁出(git checkout -b <type>/<desc>)。- 禁推:严禁在
commit后自动执行push。
1. 提交结构 (Standards)
<type>(<scope>): <中文标题>
- <改动细节 1>
- <改动细节 2>
Related skills
More from chiperman/agent-skills
git-commit-expert
A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.
15baseline-ui
Enforces an opinionated UI baseline to prevent AI-generated interface slop.
1fixing-metadata
Ship correct, complete metadata.
1skill-manager
专门用于自动化管理和注册本项目技能的元工具。支持个人技能登记与外部引用关联。
1web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
1fixing-accessibility
Fix accessibility issues.
1