What problem does it solve?
It helps you understand and execute git operations safely by teaching what each step does, why it’s safe, and what to do when things look risky.
Core Features & Use Cases
- Commit, staging, and branching instruction: Guides first commits and feature-branch workflows with clear mental models.
- Pull request workflow coaching: Covers pushing a branch, creating a PR, and treating PRs as a review and CI gate rather than magic.
- Rebase and conflict guidance: Recommends clean updates from main (including rebase) and teaches conflict handling one file at a time.
- Recovery from common mistakes: Provides safe “undo” options (without hard resets or unsafe force-push by default) and routes diffs to explain-diff for “what changed?” questions.
Quick Start
Ask the agent: “I’m about to commit and push my changes—what should I run and how should I explain it for a PR?”