·notes

在向提交添加元数据而不更改历史记录、跟踪审核状态、测试结果、代码质量注释或事后补充提交消息时使用 - 提供用于将非侵入性元数据附加到 Git 对象的 git Notes 命令和模式。

19安装·0热度·@neolabhq

安装

$npx skills add https://github.com/neolabhq/context-engineering-kit --skill 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