git-master

Route and execute advanced Git tasks like atomic commits, rebasing, and history cleanup.

3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Tienching/oh-my-codebuddy --skill git-master-tienching
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-master
Source: https://github.com/Tienching/oh-my-codebuddy/tree/main/skills/git-master
Command: npx skills add https://github.com/Tienching/oh-my-codebuddy --skill git-master-tienching

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to delegate complex Git operations—such as atomic commits, safe rebases, and history cleanup—to a dedicated agent, ensuring consistency and reducing manual errors.

Core Features & Use Cases

  • Atomic commits with conventional formatting and verifiable history
  • Interactive rebasing, branch management, and conflict resolution
  • History cleanup and rewrites with safety checks in shared repositories
  • Workflow routing for standard Git operations in team environments

Quick Start

Ask the git-master agent to perform an atomic commit with conventional formatting in the current repository.

Frequently Asked Questions about git-master

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

FAQPage Schema
How do I create atomic commits with conventional formatting in Git?

Atomic commits in Git are created by staging isolated logical changes and formatting the commit message conventionally. The git-master agent automates this routing to ensure verifiable history and consistent formatting across your repositories.

What is the safest way to clean up Git history in shared repositories?

History cleanup in shared repositories requires safety checks to prevent breaking collaborators' branches. The git-master agent executes history rewrites with built-in safety validations to ensure reliable version-control operations.

How does interactive rebasing work for managing branch history?

Interactive rebasing in Git allows you to reorder, squash, or edit commits to maintain a clean project history. The git-master agent handles interactive rebasing, branch management, and conflict resolution to ensure consistent repository state.

Can I automate Git branch management and conflict resolution for team workflows?

Git branch management and conflict resolution can be automated for team environments using workflow routing. The git-master agent delegates these complex operations to ensure safe branch management and reduce manual errors.

Do I need any specific Git tools or plugins to perform advanced history management?

Advanced history management requires no specific external plugins or dependencies. The git-master agent operates as a dedicated agent to route and execute version-control operations directly within your standard software engineering workflow.

Why should I use a dedicated agent for Git rebasing instead of manual commands?

Using a dedicated agent for Git rebasing ensures consistent history and reduces manual errors during complex operations. The git-master agent provides workflow routing for standard operations, making version-control reliable in team environments.