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

Git Worktrees

Skill Aktiv
Teil von:Git

Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.

Zweck

Streamline parallel development workflows by enabling efficient management of multiple Git worktrees, reducing the need for stashing or separate clones.

Funktionen

  • Create Git worktrees for existing or new branches
  • Manage multiple worktrees with a single repository
  • Switch contexts by changing directories, not branches
  • Compare files and directories across worktrees
  • Integrate with common Git branching strategies

Anwendungsfälle

  • Working on multiple branches simultaneously without stashing
  • Reviewing pull requests while actively developing
  • Testing code changes in isolation on different branches
  • Comparing different implementations or versions of code side-by-side

Nicht-Ziele

  • Replacing Git itself
  • Automating complex code merging beyond standard Git operations
  • Managing non-Git-related development workflows

Voraussetzungen

  • Git installed and available in PATH
  • A clean working directory for some operations

Versioning

  • warning:Release ManagementWhile the repository has recent commits, there is no clear versioning signal like a manifest version or GitHub release tags, and installation instructions may reference 'main'.

Install

  • warning:Installation instructionWhile installation via `claudeCode` and `npx skills add` is provided, the README lacks specific invocation examples for the core commands, and authentication steps are not applicable as it relies on local Git.

Practical Utility

  • warning:Usage examplesWhile the SKILL.md and README demonstrate commands, they lack end-to-end examples showing input, exact invocation, and observable outcome for complex workflows.

Installation

Zuerst Marketplace hinzufügen

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

Qualitätspunktzahl

79 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit9 days ago
Sterne993
LizenzGPL-3.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

Skill
Yeachan-Heo

Sync Profiles

100

Verwenden Sie dies, wenn der Benutzer Konfigurations-Synchronisationsprofile auflisten, erstellen, wechseln, löschen, vergleichen oder inspizieren möchte.

Skill
rohithzr

Using Git Worktrees

100

Verwenden Sie dies, wenn Sie mit der Feature-Arbeit beginnen, die eine Isolierung vom aktuellen Arbeitsbereich erfordert, oder bevor Sie Implementierungspläne ausführen – stellt sicher, dass über native Tools oder einen Git-Worktree-Fallback ein isolierter Arbeitsbereich vorhanden ist.

Skill
obra

Unslop Commit

100

Schreibt Commit-Nachrichten um, damit sie klingen, als hätte ein sorgfältiger menschlicher Ingenieur sie geschrieben. Entfernt KI-/Marketing-Schrott ("umfassende Lösung", "robuste Implementierung", "nutzen", "verbessern", "nahtlos", "Dieser Commit..."). Behält das Conventional Commits-Format bei. Betreff ≤72 Zeichen (Ziel ≤50), Imperativ. Body nur, wenn das "Warum" nicht aus dem Betreff ersichtlich ist. Verwenden Sie dies, wenn der Benutzer "Menschlichkeit der Commit-Nachricht", "Commit-Nachricht von Müll befreien", "diese Commit-Nachricht menschlich klingen lassen", "/unslop-commit", "/commit" sagt oder einen Entwurf einer zu bereinigenden Commit-Nachricht einfügt. Löst automatisch aus, wenn Änderungen gestaged werden.

Skill
MohamedAbdallah-14

Rule Effectiveness Analysis

100

Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.

Skill
luiseiman

Mcp Source

100

Wechselt die MCP für Unity-Paketquelle in verbundenen Unity-Projekten. Verwenden Sie /mcp-source [main|beta|branch|local], um zwischen Upstream-Releases, Ihrem Remote-Branch oder Ihrem lokalen Entwicklungs-Checkout zu wechseln.

Skill
CoplayDev