Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

Git Worktrees

porneolabhq·neolabhq· v1.0.0 · atualizado em 2026-04-10
78
Score

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.

gitversion-controlworktreebranchingparallel-developmentcode-management
Linguagens
Shell
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgit-worktrees/workflow
1. Identify the need for a new worktree (e.g., bug fix, feature development, PR review).
2. Create a new worktree using `git worktree add` with the appropriate branch or commit.
3. Switch to the new worktree directory using `cd`.
4. Perform the necessary work (e.g., code changes, testing).
5. Commit and push changes from the worktree if needed.
6. Return to the original worktree.
7. Clean up the worktree using `git worktree remove` when finished.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aPR Babysitter
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aRelease
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aValidating Azure Pipeline Changes
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Git Worktrees
git-worktrees
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers8
create a git worktreemanage multiple git branches simultaneouslyswitch git contexts without stashingreview a pull request in a separate git worktreecompare code implementations across git brancheswork on a hotfix while developing a featuremove a git worktreeremove a git worktree

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download git-worktrees
$ synaptic skills detail git-worktrees
$ synaptic skills live git-worktrees

Dependências

git

Links

GitHub Repository