Agent Skills
› kaininx/PlainTab
› commit-changes
commit-changes
GitHub用于准备和创建符合 Conventional Commit 规范的 Git 提交,支持按范围详细生成提交信息。当用户请求提交、暂存更改或使用精确的提交消息格式时触发。
Trigger Scenarios
用户要求 commit 或提交代码
用户要求 stage changes 暂存文件
用户指定使用 Conventional Commit 或 Google-style 风格
Install
npx skills add kaininx/PlainTab --skill commit-changes -g -y
SKILL.md
Frontmatter
{
"name": "commit-changes",
"description": "Claude adapter for preparing and creating PlainTab git commits with scoped, detailed Conventional Commit messages. Use when the user asks to commit, 提交, stage changes, or use precise Conventional Commit \/ Google-style commit messages."
}
Commit PlainTab Changes
This is a Claude Code adapter. The canonical workflow lives at:
.agents/skills/commit-changes/SKILL.md from the repository root.
Before committing:
- Read the canonical skill file above.
- Follow that workflow.
- Stage only files related to the current request.
- Keep this Claude adapter short.
Do not duplicate the long workflow here.
Version History
- 955e53e Current 2026-07-24 12:24


