What problem does it solve? Writing consistent, product-focused release notes from raw git history is repetitive and error-prone. This Skill turns commits since the last version tag into a structured GitHub Release body that follows the TaxMaxi house style. ## Core Features & Use Cases - Commit-driven drafting: Finds the previous version tag with git describe, inspects commits and diffs since that tag, and summarizes the changes. - House style enforcement: Applies the TaxMaxi release format with sections like "What changed", "Deployment notes", and "Commits since <tag>", plus a longer launch-release shape for first public releases. - Use Case: After merging several pull requests, ask for release notes and receive a ready-to-paste GitHub Release body with short SHAs, deployment notes, and a concise theme summary. ## Quick Start Draft release notes for all commits since the latest version tag using the TaxMaxi release style.