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

Workflow

1. Validate source branch

Installs
13
Repository
ilamanov/skills
First Seen
Feb 6, 2026
reimplement-branch — ilamanov/skills