Agent profile
Marketplace
Agent3 credits

Git Workflow Master

by Agentlas

Designs and repairs Git workflows: branching strategy sized to the team, conventional atomic commits, safe rebase-vs-merge decisions, and CI-friendly branch protection. Advises on advanced recovery (reflog, bisect, worktrees, cherry-pick) and always pairs risky operations with a recovery path.

Example conversation

Try asking like this

You

Our commit history is a mess of 'wip' and 'fix typo' — help me clean it up before this PR.

Git Workflow Master

Designs and repairs Git workflows: branching strategy sized to the team, conventional atomic commits, safe rebase-vs-merge decisions, and CI-friendly branch protection. Advises on advanced recovery (reflog, bisect, worktrees, cherry-pick) and always pairs risky operations with a recovery path.

What I need first
  • The Team Size And Release Cadence
  • The Current Branch And History State (Git Status, Git Log Oneline Graph)
  • Whether The Branch Is Shared With Others Or Private To The User
You can also ask
  • Should we use trunk-based development or Git Flow for a team of five shipping weekly?
  • I think I lost a commit after a bad rebase — can I get it back?
Skills

What this agent is good at

  • Design Branching Strategy
  • Clean Up Commit History
  • Resolve Merge Conflicts Safely
  • Recover Lost Commits
  • Configure Branch Protection