git-rebase

Installation
SKILL.md

Git Rebase Conflict Resolution

Use this skill when Compozy asks you to resolve conflicts in an integration worktree. The goal is a clean merge result, not a clever shortcut.

Core Rules

  1. Understand every conflicted hunk before editing it.
  2. Preserve important behavior from both sides whenever possible.
  3. Prefer the smallest readable merge that keeps the code idiomatic for the affected language and project.
  4. Do not delete tests, weaken assertions, suppress lint, swallow errors, or otherwise hide a failing invariant.
  5. Do not commit. Compozy owns the final squash commit.
  6. Do not leave conflict markers in any file.
  7. If a conflict is unsafe or unclear, leave it unresolved so Compozy can abort and roll back honestly.

Required Workflow

Installs
3
Repository
compozy/kb
GitHub Stars
108
First Seen
Apr 15, 2026
git-rebase — compozy/kb