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

Git

Plugin Aktiv

Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.

7 Skills 0 MCPs
Zweck

To automate and standardize common Git and GitHub workflows, making development more efficient and consistent.

Funktionen

  • Create conventional commits with emoji
  • Automate PR creation and management
  • Manage multiple Git worktrees for parallel development
  • Attach metadata to commits using Git notes
  • Analyze GitHub issues and generate technical specifications
  • Load and save GitHub issues locally

Anwendungsfälle

  • Maintaining consistent commit history across a team
  • Streamlining the process of creating well-formatted pull requests
  • Working on multiple features or bug fixes simultaneously using Git worktrees
  • Adding non-invasive metadata (like review status or test results) to commits
  • Generating detailed technical specifications from GitHub issues

Nicht-Ziele

  • Performing Git operations outside of the current repository
  • Directly managing GitHub repositories (beyond PRs, issues, and comments)
  • Replacing the core Git or GitHub CLI functionality
  • Handling complex CI/CD pipeline orchestration

Scope

  • info:Single responsibility principleWhile focused on Git operations, the plugin bundles several distinct capabilities (commits, PRs, worktrees, notes, issue analysis) which could potentially be separate extensions.

License

  • warning:License usabilityThe license is GPL-3.0, which is a strong copyleft license and may restrict commercial use or integration into proprietary software without compliance.

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

88 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit9 days ago
Sterne993
LizenzGPL-3.0
Status
Quellcode ansehen