Original Reddit post

I built a Git commit recompose skill for Claude Code. It’s a plugin that restructures messy commit history into clean, logical commits before opening a PR. What it does: Creates an isolated Git worktree (your original branch is untouched until you approve) Groups related changes into sensible commits Shows you the recomposed history for review… feel free to try it out Install: npx skills add nur-zaman/git-recompose-skill GitHub: https://github.com/nur-zaman/git-recompose-skill submitted by /u/redwhitecoins

Originally posted by u/redwhitecoins on r/ClaudeCode