git-workflow

Coordinate Git workflows with commits, branching, rebasing, and parallel agent worktrees.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/bcmcpher/my-skills --skill git-workflow-bcmcpher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-workflow
Source: https://github.com/bcmcpher/my-skills/tree/main/plugins/git-workflow/skills/git-workflow
Command: npx skills add https://github.com/bcmcpher/my-skills --skill git-workflow-bcmcpher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Coordinate Git workflows during Claude Code sessions.

Core Features & Use Cases

  • Clear guidelines for commit conventions and cadence
  • Orchestration of parallel agents using worktrees and branches
  • Decision context for branching, rebasing, and conflict resolution
  • References to commands like /commit, /commit-push-pr, and /review-pr

Quick Start

Create a feature branch and start parallel agents with isolated worktrees, then use the git-workflow commands to manage commits.

Frequently Asked Questions about git-workflow

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

FAQPage Schema
How do I coordinate git workflows across parallel agents without merge conflicts?

Yes, you can use isolated worktrees to orchestrate parallel agents on separate feature branches. This method allows multiple agents to work concurrently without overwriting each other's uncommitted changes.

What's the best way to automate git commits and pull requests during a coding session?

The best way to automate git commits and pull requests is by using integrated command references like /commit and /commit-push-pr. These commands provide deterministic decision context for commit conventions and cadence.

How do I resolve git branching and rebasing conflicts in an automated workflow?

Resolving git branching and rebasing conflicts in an automated workflow requires decision logic references that guide deterministic behavior. These references provide context for conflict resolution and rebasing strategies during active sessions.

Can I use git worktrees to manage parallel feature branches for multiple coding agents?

Yes, you can use git worktrees to manage parallel feature branches for multiple coding agents. Worktrees provide isolated working directories, allowing agents to operate on separate branches simultaneously without interference.

When should I use a dedicated git workflow tool instead of manual git commands?

You should use a dedicated git workflow tool instead of manual git commands when orchestrating parallel agents, managing complex rebasing, or requiring consistent commit conventions. It provides decision context that manual execution lacks.