Git Notes
Skill ActiveUse when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.
To enable users to add non-invasive metadata to Git commits, thereby enriching commit history with details like review status, test results, and code quality annotations without rewriting history.
Features
- Attach metadata to Git commits
- Track review status and test results
- Supplement commit messages post-hoc
- Use different namespaces for notes
- Push and fetch notes to/from remote repositories
Use Cases
- Tracking code review status on specific commits.
- Annotating commits with test results and coverage information.
- Adding audit trail information to Git objects.
- Maintaining historical context for specific commits without modifying the history.
Non-Goals
- Modifying commit history (e.g., amending commits).
- Managing Git branches or complex merge strategies.
- Replacing Git commit messages entirely.
Versioning
- warning:Release ManagementThe repository does not have a formal versioning system like tags or a CHANGELOG, and installation instructions reference 'main', making it difficult to pin to a specific version.
Install
- warning:Installation instructionThe main README provides installation instructions for the Context Engineering Kit marketplace but lacks specific copy-paste invocation examples for the git-notes skill itself.
Installation
First, add the marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install git@context-engineering-kitQuality Score
Trust Signals
Similar Extensions
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Lean Ctx
100Context Runtime for AI Agents — 59 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 18 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.
Semgrep Rule Creator
100Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.