Skip to main content

commit-message

Use this skill when writing a concise commit message from a diff.

Zur Installation springen

Quellinformationen

Repository
s-kostyaev/ellama
Letzte Quellaktivität
26. April 2026 um 22:58
Erkannte Sprache von SKILL.md
Englisch
Sterne
958
Forks
64

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
commit-message
description
Use this skill when writing a concise commit message from a diff.
# Commit Message Write a concise commit message based on the provided diff. Use this exact format: ```text Short title describing major changes in functionality Detailed description of all changes. ``` Rules: - Reply with the commit message only. - Do not wrap the commit message in quotes. - Keep the first line concise. - Add one blank line after the first line. - Use the body to summarize the meaningful changes shown in the diff. Example: ```text Improve abc Improved the feature abd by adding a new module xyz. ```
Auf GitHub ansehen