Agent Skills
› kaininx/PlainTab
› commit-changes
commit-changes
GitHub用于准备和创建符合 Conventional Commit 规范的 Git 提交。当用户要求提交代码、暂存更改或使用精确的提交信息时使用。
触发场景
用户请求提交代码
用户要求暂存更改
用户指定使用 Conventional Commit 或 Google-style 格式
安装
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.
版本历史
- 955e53e 当前 2026-07-24 12:24


