What problem does it solve? Pull requests often arrive with noisy commit history, stale descriptions, and mixed changes that make review slow and error-prone. This Skill prepares a PR so reviewers can quickly understand intent, important files, and risk without changing code behavior. ## Core Features & Use Cases - History Cleanup: Reorganizes commits into logical groups (schema, core logic, wiring, UI, tests) and verifies tree identity after rewriting so no code changes slip in. - Reviewer Guidance: Adds TL;DR summaries, separates generated files from core logic, and calls out risky changes, migration order, and test coverage in the PR description. - Guardrails: Proposes a plan before force-pushing, refuses to hide behavior changes in cleanup, and recommends splitting oversized PRs instead of polishing them. - Use Case: You have a branch with 20 messy commits and an outdated PR description. Ask the Skill to tidy the PR, and it will propose a commit grouping, rewrite history safely, verify the tree matches, and rewrite the description with reviewer entry points. ## Quick Start Ask the assistant to make the current branch's pull request easy to review by cleaning up commits and improving the PR description.