git-workflow

Automate Git branch, worktree, pull request, and merge workflows.

9|Updated May 11, 2026
One-click install
npx skills add https://github.com/sei-newbear/xp-harness --skill git-workflow-sei-newbear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/sei-newbear/xp-harness/tree/main/.apm/skills/git-workflow
Command: npx skills add https://github.com/sei-newbear/xp-harness --skill git-workflow-sei-newbear

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, claude-code, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity and tedium of Git operations by automating workflow management, ensuring consistency and reducing manual steps in development processes.

Core Features & Use Cases

  • Automated Git Workflow: Handles tasks such as branch management, pull requests, and merge operations.
  • Worktree and Branch Management: Offers automated suggestions for creating and managing worktrees and branches.
  • Code Integration: Assists in merging changes back into the main branch after thorough verification.
  • Use Case: Imagine a team member is tasked with making a code change. The Skill will guide them through the entire workflow, from creating a worktree, performing the change, and ultimately merging it back into the main branch with proper pull requests.

Quick Start

Start a new session and make a code change. The Skill will guide you through creating a worktree, managing branches, and ultimately merging your changes back into the main branch.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I automate git workflows for branch management and pull requests?

You can automate git workflows by using this Skill to guide your code changes from worktree creation to pull request creation and final merge. It manages branches and merges to reduce manual git steps.

What is the best way to manage git worktrees for isolated code changes?

Managing git worktrees is handled by automated suggestions for creating and managing isolated working directories. The Skill guides you through the worktree setup before you perform code changes.

Do I need Claude Code to automate pull request creation and code merging?

Yes, you need Claude Code and Git installed in your environment to automate pull request creation and code merging. The Skill operates within this environment to verify and integrate changes.

Can I use automated code management for merging changes back into the main branch?

Yes, automated code management assists in merging changes back into the main branch after thorough verification. It ensures consistency and reduces manual errors during the final integration.

How does automated branch management handle the full development workflow?

Automated branch management handles the full workflow by guiding you from initial worktree creation through branch management, code changes, and pull requests, ending with a verified merge into the main branch.

Are there limitations when using automated git workflow management for team development?

The primary limitation is its dependency on a Git and Claude Code environment. It is designed for team members making code changes, so manual resolution may still be needed for complex merge conflicts.