rebase

Installation
SKILL.md

Rebase

Rebase the current branch onto the latest origin/main.

Usage

When asked to rebase:

  1. Check current state:

    git status
    git branch --show-current
    
    • If on main, warn the user and stop — rebasing main onto itself is a no-op
    • If there are uncommitted changes, warn the user and stop — do NOT stash automatically
Installs
30
First Seen
May 12, 2026
rebase — lgtm-hq/ai-skills