drin-git-rebase-conflict-solver
Systematic workflow for solving complex merge and rebase conflicts without losing work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Systematic workflow for solving complex merge and rebase conflicts without losing work.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Technical workflow for verifying compliance with WCAG 2.2 accessibility standards.
Specialist security audit workflow focused on bypasses, creative injections, and logical flaws.
Procedural guide and automated facilitator for daily standups, sprint planning, and retrospectives.
Workflow for ensuring the documentation (OpenAPI/Swagger) always reflects reality.
Strategic workflow for analyzing and optimizing the business value and monetization of APIs.
Rapid scaffolding for new API endpoints following project-specific standards.
| name | drin-git-rebase-conflict-solver |
| description | Systematic workflow for solving complex merge and rebase conflicts without losing work. |
| status | production |
To maintain a clean git history while ensuring code integrity during complex merges.
git rebase --abort. Create a backup branch.git rebase [target].<<<<<<< markers.git add . and git rebase --continue.-f (force) on shared branches without team sync.