What problem does it solve?
Safely manage Git operations for local repositories and GitHub workflows, helping you inspect state, craft commits, and manage branches with safety constraints.
Core Features & Use Cases
- Inspect repo state using non-destructive commands like git status -sb and git diff to understand changes.
- Choose the safest path with non-destructive operations, staged changes, and explicit user intent for history-rewriting.
- Create commits following Conventional Commits when patterns exist, and provide guarded guidance for rebase/merge strategies.
- Interact with GitHub via gh CLI for collaboration, pull requests, and workflow status checks.
- Enforce Destructive-Operation Gate and provide safer alternatives to irreversible operations.
Quick Start
Inspect the current repository state and generate a safe, conventional-commits-based plan for upcoming commits.