Semantic PR Cleanup
Use this on an existing PR branch after review feedback, test fixes, or follow-up edits have accumulated locally.
Workflow
- Inspect
git status, branch tracking, and the diff against the remote branch. - Identify review-response buckets such as bug fixes, tests, docs, or small refactors.
- Create a few coherent semantic commits for the pending changes.
- Push the branch to update the existing PR.
- Report the new commit SHAs and branch name.
Guardrails
- This mode organizes pending local changes only.
- Do not rewrite existing commits or use force push unless the user explicitly asks.
- If there is no tracked remote branch, set one up during push and report it.