git-commit
v0.5.0並行審查模式的 Git Commit 流程:Stage → 並行三軌(使用者確認 message + Codex 審查 + code-reviewer 審查)→ Commit → Push。AI 禁止直接執行 git 指令,一律走本 skill 完整流程——並由 PreToolUse hook 機制級攔截裸 git commit(他律,非自律)。flow.sh 六道真閘:AI 署名/單行/message 痕跡與長度/diff hash TOCTOU/敏感字/建置產物。
By fulin2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install git-commit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install git-commit-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/abs1294/fulin-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/git-commit/.
Plugin files
├── .claude-plugin/plugin.json└── skills/git-commit/SKILL.md
Included Skills1
並行審查模式的 Git Commit 流程:Stage → 並行三軌(使用者確認 message + Codex 審查 + code-reviewer 審查)→ Commit → Push。 觸發詞(任一命中即觸發): - 中文:「commit」、「提交」、「上版」、「推上去」、「推上板」、「推」 - 指令式:「git commit」、「git push」、「git add」、「push」 - 組合:「commit and push」、「commit 後 push」、「stage 一下」 **重要**:AI 禁止直接執行 `git commit` / `git push` / `git add` 指令。 只要使用者意圖是「要把程式碼提交或推上去」,一律透過本 skill 走完整流程。
Plugin manifests1
{
"name": "git-commit",
"version": "0.5.0",
"description": "並行審查模式的 Git Commit 流程:Stage → 並行三軌(使用者確認 message + Codex 審查 + code-reviewer 審查)→ Commit → Push。AI 禁止直接執行 git 指令,一律走本 skill 完整流程——並由 PreToolUse hook 機制級攔截裸 git commit(他律,非自律)。flow.sh 六道真閘:AI 署名/單行/message 痕跡與長度/diff hash TOCTOU/敏感字/建置產物。",
"author": {
"name": "fulin"
},
"keywords": [
"git-commit"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[git-commit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/git-commit-2)