Provides consistent git branch management, rebasing, and merge conflict resolution procedures for coding agents.

Install

mkdir -p .claude/skills/git-ops-llipe && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15067" && unzip -o skill.zip -d .claude/skills/git-ops-llipe && rm skill.zip

Installs to .claude/skills/git-ops-llipe

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Reusable procedures for git branch management, merge, rebase, and conflict resolution. This skill describes *procedures* — merge authority policies remain in `github-ops.agent.md`. Any agent can invoke this skill when encountering git operations.
246 chars · catalog description✓ has a “when” trigger
Intermediate

Key capabilities

  • Create feature or story branches
  • Rebase a branch onto a target
  • Merge PRs or branches
  • Resolve merge conflicts
  • Recover from failed git operations
  • Perform pre-merge checks

How it works

The skill provides step-by-step procedures for common git operations like branch creation, rebasing, merging, and conflict resolution, including recovery strategies for failed operations.

Inputs & outputs

You give it
A git operation scenario (e.g., creating a branch, resolving conflicts)
You get back
Successful execution of the git operation or recovery from a failed one

When to use git-ops

  • Create feature branches from the default branch
  • Update a working branch by rebasing onto a target branch
  • Resolve git merge conflicts systematically
  • Synchronize integration branches with remote state

About git-ops

This skill provides a standardized set of procedures for common git operations, including branch creation, rebasing onto target branches, and conflict resolution. It ensures agents follow consistent workflows for maintaining repository health during feature development and integration.

Reusable procedures for git branch management, merge, rebase, and conflict resolution. This skill describes *procedures* — merge authority policies remain in `github-ops.agent.md`. Any agent can invoke this skill when encountering git operations.

When not to use it

  • When merge authority policies are needed (use github-ops.agent.md)
  • When force pushing shared branches

Limitations

  • Merge authority policies remain in `github-ops.agent.md`.
  • Force pushing must only be used on branches owned exclusively by the current agent/developer.
  • Schema/migration and business logic conflicts require user intervention.

How it compares

This skill offers standardized procedures and heuristics for git operations, including conflict resolution and recovery, which provides a consistent and guided approach compared to manual git command execution.

Compared to similar skills

git-ops side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
git-ops (this skill)04moReviewIntermediate
resolve-conflicts818moReviewIntermediate
openspec-onboard106moReviewBeginner
codex-cli-bridge99moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry