git-master

Guide atomic commits, interactive rebasing, and branch management workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Git teams often struggle with maintaining atomic commits, clean history, and efficient rebasing strategies. This skill provides structured guidance to execute these tasks reliably and safely.

Core Features & Use Cases

  • Atomic commits with conventional format
  • Interactive rebasing
  • Branch management
  • History cleanup and rewriting tips
  • Safe task routing for git-related prompts

Quick Start

Invoke the git-master task with a specific git operation, for example '/git-master rebase interactive' to start an interactive rebase workflow.

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 in git with a conventional format?

This skill executes atomic commits by applying conventional formatting rules, ensuring each commit encapsulates a single logical change for safe and predictable version control history.

What is the best way to run an interactive rebase to clean up git history?

The best way to clean up history is using interactive rebasing, which provides structured guidance to safely rewrite, squash, or reorder commits across your branches.

How do I manage branch merging and rebasing safely during collaboration?

Safe branch merging and rebasing during collaboration is managed by applying predictable git operations and precise task routing to execute robust workflows without losing codebase integrity.

Can I use this to get step-by-step guidance for rewriting git commit history?

Yes, you can invoke history cleanup and rewriting tasks to receive structured guidance for safely modifying past commits and maintaining a clean version control timeline.

Does git-master work without requiring any external dependencies or components?

Yes, git-master operates independently without external dependencies or components, providing built-in structured guidance for version control tasks directly within your current environment.