git-commits
仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 23 天前
▸ 精选理由
确保提交合规并保留操作与理由,适用于协作仓库。
这个 Skill 做什么
规范提交流程,要求通过 /commit 技能生成无归属的提交并记录变更理由。
提交代码时要求通过 /commit 流程而不是直接运行 git commit,流程会生成无归属的提交并记录变更理由。适用于把 AI 生成或辅助改动入库但不希望在 git 历史中留下模型署名的场景。/commit 会产出 reasoning.md、去除 Claude 等归属信息并清理构建尝试,保证提交规范和可追溯。
▸ 展开 SKILL.md 英文原文
Git Commit Rules
3.9k
Stars
298
Forks
40
仓库内 Skill
+19
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/git-commits/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/git-commits/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Git Commit Rules
When the user asks to commit, push, or save changes to git:
## MUST Use /commit Skill
**DO NOT** run `git commit` directly. Instead:
```
Skill("commit")
```
The `/commit` skill:
1. Removes Claude attribution from commits
2. Generates reasoning.md capturing what was tried
3. Clears build attempts for next feature
## Why This Matters
- Regular `git commit` adds "Generated with Claude Code" and Co-Author lines
- The `/commit` skill removes these so commits appear user-authored
- Reasoning capture preserves build history for future sessions
## Trigger Words
When you see these in user prompts, use the commit skill:
- "commit", "push", "save changes"
- "push to github",via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有