What problem does it solve? Writing clear commit messages and thorough PR descriptions is repetitive and often skipped under time pressure, leaving teams with vague history and risky, under-reviewed changes. This Skill turns staged or committed git changes into structured, review-ready documentation. ## Core Features & Use Cases - Commit Message Drafting: Produces six Conventional Commits options (three full messages with body and footers, three one-liners) based on the actual diff and your stated intent. - PR Description Generation: Builds a complete PR description with change summary, per-file modification table, project impact analysis, and an actionable manual testing checklist. - Multi-Commit Analysis: Optionally incorporates earlier commits from the same PR by hash range, then regenerates a unified description and impact assessment. - Use Case: After finishing a feature touching the reminders controller and services, run the Skill to get six commit message candidates, a PR description listing every modified file, and a checklist of specific scenarios to verify before merging. ## Quick Start Ask the assistant to use the commit-closer skill to draft a commit message and PR description for your current staged changes.