Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Git Notes

Skill Aktiv
Teil von:Git

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.

Zweck

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.

Funktionen

  • 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

Anwendungsfälle

  • 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.

Nicht-Ziele

  • 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

Zuerst Marketplace hinzufügen

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install git@context-engineering-kit

Qualitätspunktzahl

95 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit9 days ago
Sterne993
LizenzGPL-3.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Typescript Advanced Types

100

Master 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.

Skill
wshobson

Validate Plugin

100

Validate a Claude Code plugin structure, frontmatter, and MCP tool references

Skill
ruvnet

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet

Lean Ctx

100

Context Runtime für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.

Skill
yvgude

Semgrep Rule Creator

100

Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.

Skill
trailofbits

Use My Browser

100

Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.

Skill
xixu-me