بنقرة واحدة
git-workflow
安全的 Git workflow:inspect status / diff / branch / history,并在用户明确要求时执行 commit 或 push。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
安全的 Git workflow:inspect status / diff / branch / history,并在用户明确要求时执行 commit 或 push。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
读取和编辑 HYX 的 Notion Plan / 计划通;当用户要查看、添加或插入计划通日期事项时使用。
读取与写入普通 Notion page / database。用户要在 Notion workspace 中 search、query、create 或 update 非计划通内容时使用。
L2 structured memory:持久化并读取稳定的用户记忆、偏好与长期上下文。
通过 Tavily 执行 Web search 与 page reading。用户需要在线检索、事实核验或读取公开网页时使用。
将 coding task 委托给 Hypo-Coder。用户请求 code change、feature implementation、bug fix 或 code review,且任务适合异步委托时使用。
查询 Hypo-Info 的今日资讯、topic search、AI benchmark 与 section browse。用户询问 news、trends 或 model leaderboard 时使用。
| name | git-workflow |
| description | 安全的 Git workflow:inspect status / diff / branch / history,并在用户明确要求时执行 commit 或 push。 |
| compatibility | linux |
| allowed-tools | exec_command |
| metadata | {"hypo.category":"pure","hypo.backend":"exec","hypo.exec_profile":"git","hypo.triggers":"git,commit,branch,diff,push,stash,merge,status,repo,历史","hypo.risk":"medium","hypo.dependencies":"git"} |
git-workflow 是面向现有 repository 的安全 Git workflow,强调先 inspect,再决定是否做 commit、push 或其他写操作。
status、diff、branch、history。stage、commit、push。exec_command 运行 Git 命令,并受 exec_profile=git 约束。git status --short 了解 worktree 状态。git diff 或 git diff --cached 检查变更内容。git log --oneline -20 查看最近历史。stage、commit 或 push。git reset --hard。git push --force。