Fix all merge conflicts and continue the git rebase
Resolves git merge conflicts during a rebase by analyzing and fixing each conflicted file, then stages changes and continues the rebase. Use this when you need to automatically resolve conflicts and complete an interrupted git rebase operation.
/plugin marketplace add motlin/claude-code-plugins/plugin install git@motlin-claude-code-pluginsš Fix all merge conflicts and continue the git rebase.
ALWAYS use the code:cli skill.
git status to understand the state of the rebase and identify conflicted files<<<<<<<, =======, >>>>>>>)git addgit rebase --continue