Merge Pilot banner
BerkaySevinc BerkaySevinc

Merge Pilot

Git community

Description

--- description: Analyzes uncommitted changes and proposes how to split/organize them into commits with best-practice messages, determines the correct merge target, and writes the MR/PR title/description. Reports the plan first — creates the commits (and branch, if needed) only after explicit approval, then separately offers to sync the branch with its target (fast-forward, rebase, or merge), resolving conflicts and any detected semantic risks along the way, each gated behind its own approval. N

Installation

Installs to ~/.claude/skills/berkaysevinc-agent-toolkit-merge-pilot/SKILL.md

Terminal
mkdir -p ~/.claude/skills/berkaysevinc-agent-toolkit-merge-pilot && curl -fsSL https://raw.githubusercontent.com/BerkaySevinc/agent-toolkit/HEAD/commands/merge-pilot.md -o ~/.claude/skills/berkaysevinc-agent-toolkit-merge-pilot/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository