Write Commit Message

Use when writing or improving a git commit message. Produces a conventional, informative message focused on why the change was made.

superman2003 Updated

File contents

Write a commit message

Instructions

  1. Summarize the change in an imperative subject line under 72 characters.
  2. Explain why the change was needed in the body, not what files changed.
  3. Reference issue numbers when the branch or context mentions them.
  4. Never include tool advertisements or generated-by footers.

superman2003/agentpack/tree/main/examples/code-review-toolkit/skills/write-commit-message commit c77a53fe3b

Frequently asked questions

npx skillmds@latest add superman2003/write-commit-message