reimplement-branch
Installation
SKILL.md
Reimplement Branch
Create a new branch with a clean, narrative-quality commit history from an existing branch's changes.
Gather Context
Run these commands to understand the current state:
git branch --show-current # Source branch
git status --short # Uncommitted changes
git log main..HEAD --oneline # Commits since main
git diff main...HEAD --stat # Full diff summary