بنقرة واحدة
git-commit
代码提交技能。当用户需要提交代码、推送代码时使用此技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
代码提交技能。当用户需要提交代码、推送代码时使用此技能。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
| name | git-commit |
| description | 代码提交技能。当用户需要提交代码、推送代码时使用此技能。 |
| summary | 先列出项目,再启动 Codegen 会话完成 commit 和 push |
| tools | CodegenListProjects,CodegenStartSession |
| agents | codegen |
| keywords | git,提交,commit,推送,仓库 |
CodegenListProjectsCodegenStartSession,不能只列项目不执行CodegenListProjects 获取可用项目列表。go_blog 匹配 go-blog 或 go_blog。CodegenStartSession:
project 使用匹配结果,或用户原始名称prompt 默认为 commit all changes and push to remotecommit all changes with message "<message>" and push to remoteCodegenListProjects 只做项目发现CodegenStartSession 负责实际执行 git 提交和推送ExecEnvBash 或普通 shell 查目录来绕过既定工具流程{
"project": "go_blog",
"prompt": "commit all changes and push to remote"
}
如果用户说“用 fix: update deploy script 作为提交信息”,则 prompt 改为:
commit all changes with message "fix: update deploy script" and push to remote