From git
Git workflow best practices for commits, rebasing, conflict resolution, and branch management. Use when working with git operations, creating commits, resolving conflicts, or managing branches.
npx claudepluginhub motlin/claude-code-plugins --plugin gitThis skill uses the workspace's default tool permissions.
This skill provides guidelines for git operations including commits, conflict resolution, and branch management.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
This skill provides guidelines for git operations including commits, conflict resolution, and branch management.
ALWAYS delegate to the git:commit-handler agent for all commit operations. Never run git commit directly.
ALWAYS delegate to the git:conflict-resolver agent to resolve any git merge or rebase conflicts.
ALWAYS delegate to the git:rebaser agent to rebase the current branch on upstream.