Rebase pull request onto main and push to origin/main (auto-closes PR with signed commits)
Rebases the current pull request onto main and pushes with signed commits, auto-closing the PR. Use this when you need a clean, linear history with proper commit signatures that `gh pr merge` cannot provide.
/plugin marketplace add JacobPEvans/claude-code-plugins/plugin install jacobpevans-git-rebase-workflow-git-rebase-workflow@JacobPEvans/claude-code-pluginssonnetMerge the current pull request into main using a local rebase workflow that maintains linear history with signed commits.
/rebase-pr
gh pr merge?GitHub's gh pr merge command does not sign commits, which is incompatible with repositories
requiring commit signatures. This command uses local git operations to maintain proper commit
signing throughout the merge process.
See Git Rebase Workflow Skill for complete step-by-step instructions and edge case handling.