From 743c0b399cba3ee0d3cc2d19440dad2d667ba2aa Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:00:19 +0000 Subject: [PATCH] Automated ingestion of prompt: Commit Message Preparation --- .../general/commit_message_preparation_994.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 prompts/general/commit_message_preparation_994.md diff --git a/prompts/general/commit_message_preparation_994.md b/prompts/general/commit_message_preparation_994.md new file mode 100644 index 0000000..d1f956b --- /dev/null +++ b/prompts/general/commit_message_preparation_994.md @@ -0,0 +1,19 @@ +--- +title: "Commit Message Preparation" +contributor: "@alioss2918@gmail.com" +tags: #general, #alioss2918gmailcom +--- + +# Git Commit Guidelines for AI Language Models + +## Core Principles + +1. **Follow Conventional Commits** (https://www.conventionalcommits.org/) +2. **Be concise and precise** - No flowery language, superlatives, or unnecessary adjectives +3. **Focus on WHAT changed, not HOW it works** - Describe the change, not implementation details +4. **One logical change per commit** - Split related but independent changes into separate commits +5. **Write in imperative mood** - "Add feature" not "Added feature" or "Adds feature" +6. **Always include body text** - Never use subject-only commits + +## Commit Message Structure +