skill
职业分类
描述
更新
git-commit
软件开发工程师
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.
2026-04-25
release
软件开发工程师
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.
2026-04-25