What problem does it solve?
Git workflows are fraught with risk: messy commit histories make code reviews painful, risky rebases can lose work, and tracking down when a bug was introduced can take hours of manual searching. This Skill eliminates those pain points with guided, safe workflows for every common Git operation.
Core Features & Use Cases
- Atomic Commit Management: Automatically detects your project's commit message style and groups changes into logical, atomic commits with fixup support.
- Safe History Rewriting: Guides you through rebases, squashes, and branch cleanup with built-in safety checks to avoid overwriting shared history.
- Fast Change Attribution: Quickly find who wrote a line of code, when a specific change was added, or which commit introduced a bug using Git blame, bisect, and log search tools.
- Use Case: You have a feature branch with 12 messy, unorganized commits and need to clean it up before opening a PR, or you need to find the exact commit that broke a login flow – this Skill walks you through the process step by step.
Quick Start
Use the git skill to clean up your current feature branch's commit history into atomic, review-ready commits before pushing to remote.