cleanup-commits
Installation
SKILL.md
Cleanup Commits for PR Review
Reorganize all commits on the current branch into clean, logical commits that are easy to review.
Arguments
$0- Base branch to rebase onto (default:main)
Process
1. Preparation
First, verify clean working state and identify the base:
git status --porcelain
If there are uncommitted changes, warn the user and stop.