Claude-skill-registry git-rewrite

Analyze and reorganize git branch history into logical, shippable commits. Automatically identifies patterns like RuboCop fixes, test iterations, and implementation evolution, then creates clean commit history with comprehensive messages.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/git-rewrite" ~/.claude/skills/majiayu000-claude-skill-registry-git-rewrite && rm -rf "$T"
manifest: skills/data/git-rewrite/SKILL.md
source content

Git History Rewrite

Reorganizes messy git branch history into clean, logical commits.

See references/process.md for detailed instructions.