_git

Coordinate Git/GitHub workflows with isolated worktrees and central orchestrator control.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/HahyeonJeon/gobbi --skill git-hahyeonjeon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _git
Source: https://github.com/HahyeonJeon/gobbi/tree/main/plugins/gobbi/skills/_git
Command: npx skills add https://github.com/HahyeonJeon/gobbi --skill git-hahyeonjeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git and GitHub workflows can become error-prone when multiple sessions run concurrently. This skill enforces worktree isolation and central orchestrator control over branches, PR lifecycles, and issues, ensuring isolated task workstreams and predictable integration.

Core Features & Use Cases

  • Orchestrated git lifecycle: worktree creation, branch naming, PR management, CI monitoring, and cleanup.
  • Role separation: the orchestrator handles issue creation, PRs, and merges; subagents operate inside isolated worktrees.
  • Prerequisites and recovery: gh CLI authentication, remote base syncing, and handling of orphaned worktrees.

Quick Start

Start a session with the git workflow to initialize worktrees, branches, PRs, and issue tracking using the orchestrator.

Frequently Asked Questions about _git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage git worktrees across concurrent sessions without interference?

To manage git worktrees without interference, use an orchestration skill that enforces worktree isolation and central control over branches, PRs, and merges. This ensures isolated task workstreams and predictable integration across concurrent sessions.

What is the best way to automate the issue-to-merge lifecycle in GitHub?

Automating the issue-to-merge lifecycle in GitHub requires a central orchestrator to control issue creation, PRs, and merges. Subagents operate inside isolated worktrees to handle branching, CI monitoring, and finish-phase cleanup.

Do I need gh CLI authentication to automate GitHub PR workflows?

Yes, gh CLI authentication is a required prerequisite for automating GitHub PR workflows. The orchestrator checks prerequisites including remote base syncing and gh CLI authentication before managing worktree lifecycles and PR monitoring.

How do I handle orphaned worktrees when automating git workflows?

Handling orphaned worktrees during git workflow automation involves built-in recovery mechanisms managed by a central orchestrator. The orchestrator controls the entire worktree lifecycle, ensuring proper cleanup and preventing session conflicts.

Can I use a central orchestrator for git branch naming and CI integration?

Yes, a central orchestrator can enforce branch naming conventions and manage CI integration. It coordinates the git lifecycle from worktree creation through PR monitoring and cleanup, applying these rules across all concurrent sessions.

Why does running multiple git branches concurrently cause session interference?

Running multiple git branches concurrently causes session interference because standard git workflows lack worktree isolation. Without a central orchestrator controlling pushes and merges, concurrent sessions conflict during branching, PR management, and integration.