git-master

Automate atomic commits, safe rebasing, and precise history searches in Git.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline and standardize Git workflows by enforcing atomic commits, safe rebasing, and reliable history exploration, reducing drift and overhauls.

Core Features & Use Cases

  • Atomic commits: enforce small, focused changes that are easy to review and revert.
  • Rebase & history tooling: support squashing, rebasing, and blame/bisect workflows with clear guidance.
  • Use cases: plan and execute complex git operations on feature branches, bug fixes, and release prep with auditable history.

Quick Start

Explain how to create an atomic commit workflow for a feature branch.

Frequently Asked Questions about git-master

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

FAQPage Schema
How do I enforce atomic commits in my Git workflow?

The git-master Skill automates workflows to enforce atomic commits, keeping changes small, focused, and easy to review. It imposes deterministic behavior with validation to ensure repeatable, auditable git history across feature branches and bug fixes.

What is the best way to perform a safe rebase on complex feature branches?

Performing a safe rebase requires deterministic modes and validation. The Skill supports squashing and rebasing operations with clear guidance, preventing drift and overhauls while maintaining an auditable commit history during release preparation.

How does Git bisect and blame work for precise history searches?

Git bisect and blame pinpoint faults by automating precise history exploration. The Skill covers these operations with clear guidance, enabling reliable commit history searches to identify exactly when and why specific changes were introduced during code reviews.

Can I use this to standardize Git history for code reviews and audits?

Yes, this standardizes Git history for code reviews and audits. The Skill enforces atomic commits and reliable history exploration, imposing clearly defined modes and validation to ensure repeatable, auditable commit histories across various development scenarios.

Why does my Git history drift during complex operations and how do I fix it?

Git history drifts due to unstructured commits and unsafe rebasing. Fix it by automating atomic commits and safe rebasing through deterministic modes, validation, and guidance, which reduces drift and overhauls to maintain an auditable history.