AI AGENT ADDONS

Git notes let you add extra information to your commits without changing them. Think of them like sticky notes attached to your work. They sit next to commit messages but never alter the commit itself.

You can use notes to track code reviews, test results, or quality checks. They are great for teams that need to add context after a commit is made. No one has to rewrite history to include new details.

Notes are stored separately and appear when you look at your Git log. You can push them to a shared repository so everyone sees the same annotations. They make collaboration cleaner and safer.

Add Git Notes skill to your workflow

Global

mkdir -p ~/.claude/skills/git-notes

Project

mkdir -p .claude/skills/git-notes

Source Repository

Stars
1,185
Forks
128
Watchers
1,185
License
GPL-3.0
Last Push
1 month ago
Created
8 months ago