You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt=fmt.Sprintf("Generate a short (≤70 chars) git commit message based on file list.\nIf only static files changed (css/html/images) - note this.\n%s", body)
140
+
prompt=fmt.Sprintf(`You are a senior software engineer crafting high–quality, intention‑revealing Git commit titles.
141
+
142
+
TASK:
143
+
Infer the underlying intent / purpose of the staged changes from ONLY the file list below and output ONE concise commit title (<=70 chars).
144
+
145
+
GUIDELINES:
146
+
- Focus on WHY / intent, not a mechanical list of filenames.
prompt=fmt.Sprintf("Write a git commit message (max 70 chars) describing these code changes:\n%s\n\nMessage:", body)
163
+
prompt=fmt.Sprintf(`You are a senior software engineer writing a single Git commit title.
164
+
165
+
TASK:
166
+
Analyze the following staged diff (and a list of static files at the end) and produce ONE concise, intention‑revealing commit message line (<=70 chars) capturing the primary purpose (WHY) of the change set.
0 commit comments