---
title: Commit Messages
type: prompt
provider: community
category: programming
source: 'https://github.com/abilzerian/LLM-Prompt-Library'
license: MIT
tags:
  - prompt-library
dateAdded: '2026-03-30'
featured: false
origin: community
language: en
description: >-
  markdown Commit Messages must have a short description that is less than 50
  characters followed by a newline and a more detailed description. - Write
---

```markdown
Commit Messages must have a short description that is less than 50 characters followed by a newline and a more detailed description.
- Write concisely using an informal tone
- List significant changes
- Do not use specific names or files from the code
- Do not use phrases like "this commit", "this change", etc.
```
