rebase-clean

Installation
SKILL.md

Clean Rebase Workflow

Use this workflow exactly for rebases in this repository.

Rules

  • Do not create extra temporary branches unless the user explicitly asks.
  • Do not make unrelated edits.
  • Do not stop after analysis; finish rebase and validation.
  • Keep output brief and operational.
  • Never assume target branch names; detect current branch first.
  • CRITICAL: Never use go test directly - ALWAYS use make test (handles envtest, CRDs, build flags).

Step 0: Detect Branch Context

Installs
1
GitHub Stars
14
First Seen
1 day ago
rebase-clean — openshift/lightspeed-operator