notes
✓在向提交添加元數據而不更改歷史記錄、跟踪審核狀態、測試結果、代碼質量註釋或事後補充提交消息時使用 - 提供用於將非侵入性元數據附加到 Git 對象的 git Notes 命令和模式。
SKILL.md
Git notes attach metadata to commits (or any Git object) without modifying the objects themselves. Notes are stored separately and displayed alongside commit messages.
Core principle: Add information to commits after creation without rewriting history.
| Notes ref | Storage location, default refs/notes/commits | | Non-invasive | Notes never modify SHA of original object | | Namespaces | Use --ref for different note categories | | Display | Notes appear in git log and git show output |
在向提交添加元數據而不更改歷史記錄、跟踪審核狀態、測試結果、代碼質量註釋或事後補充提交消息時使用 - 提供用於將非侵入性元數據附加到 Git 對象的 git Notes 命令和模式。 來源:neolabhq/context-engineering-kit。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/neolabhq/context-engineering-kit --skill notes- 分類
- >_效率工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 notes?
在向提交添加元數據而不更改歷史記錄、跟踪審核狀態、測試結果、代碼質量註釋或事後補充提交消息時使用 - 提供用於將非侵入性元數據附加到 Git 對象的 git Notes 命令和模式。 來源:neolabhq/context-engineering-kit。
如何安裝 notes?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/neolabhq/context-engineering-kit --skill notes 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/neolabhq/context-engineering-kit
詳情
- 分類
- >_效率工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01