·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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/neolabhq/context-engineering-kit