·git-best-practices
</>

git-best-practices

heykvnzhao/dotfiles

預設安全的 git 工作流程和常規提交。用於 git 操作(差異、暫存、提交、分支、合併、衝突解決、rebase/cherry-pick)、PR 審查和發布(標記)。防止未經同意的破壞性操作。

6安裝·0熱度·@heykvnzhao

安裝

$npx skills add https://github.com/heykvnzhao/dotfiles --skill git-best-practices

SKILL.md

| feat | New features | | fix | Bug fixes | | docs | Documentation only | | style | Formatting, whitespace (no code change) | | refactor | Code change that neither fixes nor adds | | perf | Performance improvements | | test | Adding or correcting tests | | build | Build system or dependencies | | ci | CI configuration |

| chore | Other changes (tooling, config) | | revert | Reverting a previous commit |

Mark with ! before the colon OR add a BREAKING CHANGE: footer:

預設安全的 git 工作流程和常規提交。用於 git 操作(差異、暫存、提交、分支、合併、衝突解決、rebase/cherry-pick)、PR 審查和發布(標記)。防止未經同意的破壞性操作。 來源:heykvnzhao/dotfiles。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/heykvnzhao/dotfiles --skill git-best-practices
分類
</>開發工具
認證
收錄時間
2026-02-12
更新時間
2026-02-18

快速解答

什麼是 git-best-practices?

預設安全的 git 工作流程和常規提交。用於 git 操作(差異、暫存、提交、分支、合併、衝突解決、rebase/cherry-pick)、PR 審查和發布(標記)。防止未經同意的破壞性操作。 來源:heykvnzhao/dotfiles。

如何安裝 git-best-practices?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/heykvnzhao/dotfiles --skill git-best-practices 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/heykvnzhao/dotfiles