File contents Git 提交前工作流(編排器)
描述
協調多個 Skills 完成 Git 提交前的所有準備工作。
觸發條件
「準備 commit」「要提交了」「git commit」
法規依據
憲法:CONSTITUTION.md 第三章
子法:.github/bylaws/git-workflow.md
執行流程
┌─────────────────────────────────────────────────┐
│ Git Pre-Commit Orchestrator │
├─────────────────────────────────────────────────┤
│ Step 1: memory-sync [必要] Memory Bank 同步 │
│ Step 2: readme-update [可選] README 更新 │
│ Step 3: changelog-update[可選] CHANGELOG 更新 │
│ Step 4: roadmap-update [可選] ROADMAP 更新 │
│ Step 5: arch-check [條件] 架構文檔檢查 │
│ Step 6: commit-prepare [最終] 準備提交 │
└─────────────────────────────────────────────────┘
參數
參數
說明
預設
--skip-readme
跳過 README 更新
false
--skip-changelog
跳過 CHANGELOG 更新
false
--skip-roadmap
跳過 ROADMAP 更新
false
--dry-run
只預覽不修改
false
--quick
只執行必要步驟 (memory-sync)
false
使用範例
「準備 commit」 # 完整流程
「快速 commit」 # 等同 --quick
「commit --skip-readme」 # 跳過 README
輸出格式
🚀 Git Pre-Commit 工作流
[1/6] Memory Bank 同步 ✅
└─ progress.md: 更新 2 項
└─ activeContext.md: 已更新
[2/6] README 更新 ✅
└─ 新增功能說明
[3/6] CHANGELOG 更新 ✅
└─ 添加 v0.2.0 條目
[4/6] ROADMAP 更新 ⏭️ (無變更)
[5/6] 架構文檔 ⏭️ (無結構性變更)
[6/6] Commit 準備 ✅
└─ 建議訊息:feat: 新增用戶認證模組
📋 Staged files:
- src/auth/...
- docs/...
準備好了!確認提交?
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: u9401066-hyperhierarchicalrag-git-precommit 3 description: Git 提交前工作流(編排器) 4 --- 5 6 # Git 提交前工作流(編排器) 7 8 ## 描述 9 協調多個 Skills 完成 Git 提交前的所有準備工作。 10 11 ## 觸發條件 12 - 「準備 commit」「要提交了」「git commit」 13 14 ## 法規依據 15 - 憲法:CONSTITUTION.md 第三章 16 - 子法:.github/bylaws/git-workflow.md 17 18 ## 執行流程 19 20 ``` 21 ┌─────────────────────────────────────────────────┐ 22 │ Git Pre-Commit Orchestrator │ 23 ├─────────────────────────────────────────────────┤ 24 │ Step 1: memory-sync [必要] Memory Bank 同步 │ 25 │ Step 2: readme-update [可選] README 更新 │ 26 │ Step 3: changelog-update[可選] CHANGELOG 更新 │ 27 │ Step 4: roadmap-update [可選] ROADMAP 更新 │ 28 │ Step 5: arch-check [條件] 架構文檔檢查 │ 29 │ Step 6: commit-prepare [最終] 準備提交 │ 30 └─────────────────────────────────────────────────┘ 31 ``` 32 33 ## 參數 34 35 | 參數 | 說明 | 預設 | 36 |------|------|------| 37 | `--skip-readme` | 跳過 README 更新 | false | 38 | `--skip-changelog` | 跳過 CHANGELOG 更新 | false | 39 | `--skip-roadmap` | 跳過 ROADMAP 更新 | false | 40 | `--dry-run` | 只預覽不修改 | false | 41 | `--quick` | 只執行必要步驟 (memory-sync) | false | 42 43 ## 使用範例 44 45 ``` 46 「準備 commit」 # 完整流程 47 「快速 commit」 # 等同 --quick 48 「commit --skip-readme」 # 跳過 README 49 ``` 50 51 ## 輸出格式 52 53 ``` 54 🚀 Git Pre-Commit 工作流 55 56 [1/6] Memory Bank 同步 ✅ 57 └─ progress.md: 更新 2 項 58 └─ activeContext.md: 已更新 59 60 [2/6] README 更新 ✅ 61 └─ 新增功能說明 62 63 [3/6] CHANGELOG 更新 ✅ 64 └─ 添加 v0.2.0 條目 65 66 [4/6] ROADMAP 更新 ⏭️ (無變更) 67 68 [5/6] 架構文檔 ⏭️ (無結構性變更) 69 70 [6/6] Commit 準備 ✅ 71 └─ 建議訊息:feat: 新增用戶認證模組 72 73 📋 Staged files: 74 - src/auth/... 75 - docs/... 76 77 準備好了!確認提交? 78 ``` 79 80 --- 81 > Converted and distributed by [TomeVault](https://tomevault.io/claim/u9401066) — claim your Tome and manage your conversions. 82 <!-- tomevault:4.0:skill_md:2026-04-13 -->
tomevault-io/skills-registry/tree/main/u9401066--hyperhierarchicalrag--git-precommit commit dbf0e535c0
Frequently asked questions How do I install the U9401066 Hyperhierarchicalrag Git Precommit skill? Run npx skillmds@latest add tomevault-io/u9401066-hyperhierarchicalrag-git-precommit in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the U9401066 Hyperhierarchicalrag Git Precommit skill do? Git 提交前工作流(編排器) It is listed under Coding & Dev Tools on SkillMD.
Is U9401066 Hyperhierarchicalrag Git Precommit safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with U9401066 Hyperhierarchicalrag Git Precommit? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is U9401066 Hyperhierarchicalrag Git Precommit free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published U9401066 Hyperhierarchicalrag Git Precommit? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.