feat: add git conflict resolution skill#552
Conversation
Add tools/git/conflict-resolution.md covering: - Decision tree for conflict resolution - Merge, rebase, cherry-pick, stash pop workflows - Strategy options (-Xours/-Xtheirs, diff3, patience) - Common patterns (rename/delete, lock files, binary) - git rerere setup and usage - AI-assisted resolution guidance - Prevention strategies and recommended config Cross-reference from: - workflows/pr.md (expanded 6-line stub) - workflows/branch.md (added pointer) - AGENTS.md (progressive disclosure table) Closes t153
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
WalkthroughThe PR introduces a comprehensive Git conflict resolution guide and updates existing workflow documentation to reference this new resource. A progress tracking table is also updated to reflect the addition of the new guide. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sun Feb 8 02:56:09 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
|
Reopening: task was falsely marked complete in TODO.md, triggering auto-close via issue-sync. Reverted in PR #616. |



Summary
tools/git/conflict-resolution.md-- comprehensive guide for resolving git merge, rebase, cherry-pick, and stash pop conflictsworkflows/pr.mdandworkflows/branch.md(replacing 6-line stub with pointer to detailed guide)What's covered
-Xours/-Xtheirs, patience, ignore-space)--ours/--theirs, manual 3-way merge)git rereresetup, usage, GC config, safety tipsGap filled
The framework had extensive conflict avoidance (worktrees, pre-edit-check, branch-first) but virtually zero conflict resolution guidance. The self-improving-agents system itself flagged this gap as an example improvement that was never implemented.
Closes t153
Summary by CodeRabbit