git-commit-writer
Installation
SKILL.md
Git Commit Message Conventions
Apply this skill only to the commit message. Do not add repository inspection, diff review, staging, permission, or commit-execution steps solely because this skill is active; follow the surrounding task instructions for those operations. A request to draft or review a message does not authorize creating a commit.
Write commit messages in English ASCII. This requirement applies only to the commit message, not to explanations or conversation with the user.
Format and content
Use type(scope): description, for example:
docs(readme): clarify installation steps