Draft thoughtful Git commit messages that follow Chris Beams's "How to Write a Git Commit Message" guidance, and use this skill whenever the user asks to create a commit, prepare a commit message, stage-and-commit work, or clean up commit history. Always show the proposed message to the user for review before committing, prefer opening the draft in the editor, and never run `git commit` until the user explicitly approves it.
Cut a release for this project — bump the version in project.clj, commit, push, create a GitHub release, and deploy to Clojars. Use this skill whenever the user asks to release, publish, cut a version, or ship to Clojars.