Install from GitHub Marketplace
Go to MergePilot on GitHub and install it on your repositories.
1. Visit GitHub Marketplace
2. Search "MergePilot"
3. Click "Install"
4. Select repositories
Comment on a PR
Open any pull request and comment with the merge command. You can specify a base branch if needed.
# Basic usage (uses PR's base branch)
/merge-pilot merge 6 7 8
# Specify custom base branch
/merge-pilot merge 6 7 8 --base-branch develop
Watch the Magic
MergePilot will automatically merge PRs, resolve conflicts, and create an integration branch.
โ Integration branch created
โ PRs merged sequentially
โ Conflicts resolved with AI
โ Validation checks passed
โ PR created for review