What problem does it solve?
Git workflow assistant helps teams optimize branching, commits, PRs, and conflict resolution, reducing cognitive load and miscommunication in software delivery.
Core Features & Use Cases
- Branch Strategy: Propose and enforce a project-appropriate branching model (Solo, Team, Release) and adapt to worktree scenarios.
- Worktree-aware workflow: Detects when using git worktrees and guides operations based on the canonical repo root and ownership metadata.
- Commit Messages: Enforces Conventional Commits to standardize messages across the repository.
- PR Workflow: Assists with PR title/description generation and reviewer assignment, and provides PR URLs for quick navigation.
- Non-interactive safety: Respects non-interactive modes for git/gh commands to avoid prompts and editors.
- Conflict Resolution: Guides resolving file conflicts with minimal changes and preserves intent from both sides.
- Interactive Rebase: Guides and aids in cleaning up history before PR.
Quick Start
Ask the AI to propose a branching strategy and a corresponding PR workflow for your project.