git-commit-message/SKILL.md
Formulate a git commit message. Use this skill whenever asked to create a commit message.
npx skillsauth add bkircher/skills git-commit-messageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a commit message summarizing the changes just made. Only take staged changes into account.
<important> Follow The seven rules of a great Git commit message (https://cbea.ms/git-commit/#seven-rules) to the letter. </important>Use the context to construct a good message but make sure to only address the scope that is currently staged in git.
List files that are staged (in the index): <command> git diff --cached --name-only </command>
Show the full diff of staged changes: <command> git diff --cached </command>
testing
Use when writing or updating unit tests (in any language).
devops
Use when writing Terraform.
testing
Design and optimize a PostgreSQL-specific schema. Use for PostgreSQL best practices, data types, indexing, constraints, performance patterns, and advanced features.
tools
Automate browser interactions, test web pages and work with Playwright tests.