Git 提交整理

原名:git-commit

根据实际差异选择文件并生成符合项目约定的提交信息。

中文 Skills 技能说明

适合用户明确要求提交当前改动时使用。提交前检查工作区、暂存范围和测试结果,不把其他人的修改混入,也不自动推送远程;密钥、大文件和临时产物进入提交前必须拦截。

上游能力依据

上游原始适用说明:Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping

上游 SKILL.md 主要章节(保留原文标题):

使用边界

先读取项目约定、依赖版本和现有测试,再提出最小改动。写文件、运行脚本、提交代码或发布前应检查差异并保留回退路径。

作者、翻译与许可证

原作者
GitHub, Inc. 与 awesome-copilot contributors
中文翻译
CEOFans翻译
许可证
MIT
上游来源
https://github.com/github/awesome-copilot/tree/782200e3a4f7c17248974ac4a63284c868bc290f/skills/git-commit

适用范围

平台:linux、macos、windows;标签:代码协作、Git 提交整理

安全提示

基础静态扫描不等于绝对安全。技能可能调用命令、浏览器、云服务或本地文件,请在最小权限环境中使用,高风险操作必须人工确认。

如发现侵权、许可证或安全问题,可在本页前台提交投诉,管理员复核后可立即下架。