Skills Plugins MCP Prompt Model 博客 我的中心

git-local-checkpoint

自动监控代码变更。当代码修改完成后,自动创建本地 Git 存档 (Commit)。分析历史风格生成 Commit Message。严禁推送。

DeepseekModel Curated skill Quality Good · 64 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=ryderwe-agent-skill-git-checkpoint-skills-git-checkpoint-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name git-local-checkpoint description 自动监控代码变更。当代码修改完成后,自动创建本地 Git 存档 (Commit)。分析历史风格生成 Commit Message。严禁推送。 version 1.2.0 tools ["run_shell_command"] Git Local Checkpoint (Auto-Save) 这是一个“哨兵”技能。它的作用是确保所有的代码变更都被安全地记录在本地 Git 历史中。 🤖 自动触发规则 (Auto-Trigger Protocol) 你必须遵守以下协议: 每当你使用文件编辑工具(如 write_file , replace_in_file 等)完成代码修改,并确认代码无语法错误后, 必须立即 调用本技能进行存档。 不要 询问用户是否需要提交。 不要 等待用户指令。 自动 执行存档流程。 ⚠️ 安全红线 (Safety Rules) NO PUSH : 严禁执行 git push 。只做本地 commit。 Local Only : 所有操作仅限于本地文件系统。 执行逻辑 (Execution Logic) Step 1: 检查状态 {{#tool_call}} run_shell_command(command="git status") {{/tool_call}} 如果没有检测到变更(Clean working tree),则停止执行并告知用户无需存档。 Step 2: 学习风格 (Style Analysis) 为了让提交记录看起来像人类写的,请读取最近的记录: {{#tool_call}} run_shell_command(command="git log -n 5 --pretty=format:'%s'") {{/tool_call}} Step 3: 生成并提交 (Commit) 分析 : 结合 git status 的变更内容和 Step 2 的历史风格(Emoji/Conventional/中文描述)。 生成 : 创建一个简练的 Commit Message。 执行 : {{#tool_call}} run_shell_command(command="git add . && git commit -m 'YOUR_GENERATED_MESSAGE'") {{/tool_call}} Step 4: 最终反馈 仅输出一句简短的系统通知,例如: "✅ [Auto-Save] 已创建本地存档: fix: update api timeout "
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。