Automates the entire git rebase and conflict resolution workflow using sequential thinking to intelligently merge changes and verify CI status.
The Resolve Conflict skill enables Claude to autonomously navigate complex git rebases by analyzing the semantic intent behind conflicting code blocks. Using sequential thinking, it evaluates 'ours' versus 'theirs' to determine the most logical resolution, only pausing for human intervention when a conflict is genuinely ambiguous. The skill manages the full lifecycle of a resolution: it rebases onto main, fixes conflicts, performs local verification through linting and testing, pushes changes via force-with-lease, and monitors CI pipelines until the PR is green and ready for merge.
주요 기능
01Intelligent package manager detection for npm, pnpm, bun, and yarn
02Autonomous conflict resolution using sequential thinking to analyze code intent
03End-to-end rebase management from initial fetch to final force-push
04Automated local verification including linting, type-checking, and test suites
050 GitHub stars
06Continuous CI status polling to ensure build success post-resolution
사용 사례
01Automating the 'rebase and verify' loop for long-running feature branches
02Resolving complex merge conflicts on an active PR after the main branch has updated
03Fixing CI failures caused by semantic conflicts that simple git merges miss