What problem does it solve?
Navigating complex Git history, crafting perfect commits, and understanding past changes can be daunting and time-consuming. This skill simplifies all Git operations, from exploring history to managing commits, making version control intuitive and efficient, so you can focus on coding.
Core Features & Use Cases
- History Analysis: Search commit messages, code changes, and trace file evolution to understand when and why changes were made.
- Smart Commits: Create well-formatted Conventional Commits, split large changes into atomic units, and handle pre-commit hooks gracefully.
- Session Awareness: Track uncommitted work and create temporary "checkpoint" commits before risky operations, ensuring your work is always safe.
- Use Case: Ask "What changed in the auth module recently?" and the skill will search your Git history to find relevant commits, or ask "Commit my changes" and it will help craft a conventional commit.
Quick Start
What changed in the 'auth' module recently?