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.