commit
仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 20 天前
▸ 精选理由
自动化提交流程同时保护隐私与协作规范
▸ 风险提示
会执行 git 操作,需文件系统与提交权限
这个 Skill 做什么
生成并执行 git 提交,保留用户确认且不包含 Claude 署名。
根据会话与代码变更生成并执行 git 提交,但会先征求你确认,提交信息不带 Claude 署名。适合在做代码改动后,需要把修改拆成逻辑提交并保持审慎审批时使用。会先查看 git status 和 diff,帮你决定合理的提交颗粒度并提示提交说明,确保提交流程安全可追溯。
▸ 展开 SKILL.md 英文原文
Create git commits with user approval and no Claude attribution
3.9k
Stars
298
Forks
40
仓库内 Skill
+17
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/commit/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/commit/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Commit Changes You are tasked with creating git commits for the changes made during this session. ## Process: 1. **Think about what changed:** - Review the conversation history and understand what was accomplished - Run `git status` to see current changes - Run `git diff` to understand the modifications - Consider whether changes should be one commit or multiple logical commits 2. **Plan your commit(s):** - Identify which files belong together - Draft clear, descriptive commit messages - Use imperative mood in commit messages - Focus on why the changes were made, not just what 3. **Present your plan to the user:** - List the files you plan to add for each co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有