Git Notes
技能 活跃Use 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.
功能
- 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
使用场景
- 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.
非目标
- 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.
安装
请先添加 Marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install git@context-engineering-kit质量评分
类似扩展
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
100AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。
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.
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。