git-master

Route git tasks to a dedicated agent for atomic commits and clean history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git workflows are error-prone and hard to enforce, so this Skill routes git-related tasks to a dedicated git-master agent to ensure atomic commits, safe rebasing, and clean history across teams.

Core Features & Use Cases

  • Atomic commits with conventional format
  • Interactive rebasing
  • Branch management and history cleanup
  • Clear, repeatable task delegation for common git operations
  • Integration with standard commit messaging and hooks for consistency

Quick Start

Invoke the git-master with a concrete git task to execute an atomic, safe workflow.

Frequently Asked Questions about git-master

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

FAQPage Schema
How do I automate atomic commits with conventional commit formatting?▼

Route explicit git task instructions to the git-master agent to automate atomic commits using conventional commit formatting, ensuring each commit represents a single, self-contained logical change.

What is the best way to clean up git history across team repositories?▼

Clean up git history by delegating rebasing and branch management tasks to the git-master agent, which executes safe, repeatable workflows for history cleanup across typical repository sizes.

How does interactive rebasing work with a dedicated git agent?▼

Interactive rebasing is handled by sending deterministic delegation prompts to the git-master agent, which then executes the rebase operations to maintain a clean project history.

Do I need explicit task instructions to use this git automation workflow?▼

Yes, you need explicit task instructions and deterministic delegation prompts to guide the git-master agent, ensuring it correctly executes branch management and atomic commit workflows.

Can I integrate standard commit messaging and hooks with this branch management workflow?▼

Yes, the workflow integrates with standard commit messaging and hooks to enforce consistency, routing your conventional commit style tasks through the dedicated git-master agent.